reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1152 &EndPoints); 1155 LIS->extendToIndices(IntB, EndPoints); 1159 EndPoints.clear(); 1162 LIS->pruneValue(SR, CopyIdx.getRegSlot(), &EndPoints); 1170 for (unsigned I = 0; I != EndPoints.size(); ) { 1171 if (SlotIndex::isSameInstr(EndPoints[I], CopyIdx)) { 1172 EndPoints[I] = EndPoints.back(); 1172 EndPoints[I] = EndPoints.back(); 1173 EndPoints.pop_back(); 1178 LIS->extendToIndices(SR, EndPoints);