Searched refs:CopyIdx (Results 1 – 2 of 2) sorted by relevance
624 SlotIndex CopyIdx = LIS->getInstructionIndex(*CopyMI).getRegSlot(); in adjustCopiesBackFrom() local642 LiveInterval::iterator BS = IntB.FindSegmentContaining(CopyIdx); in adjustCopiesBackFrom()649 if (BValNo->def != CopyIdx) return false; in adjustCopiesBackFrom()652 SlotIndex CopyUseIdx = CopyIdx.getRegSlot(true); in adjustCopiesBackFrom()704 LiveInterval::iterator SS = S.FindSegmentContaining(CopyIdx); in adjustCopiesBackFrom()715 VNInfo *SubBValNo = S.getVNInfoAt(CopyIdx); in adjustCopiesBackFrom()736 bool RecomputeLiveRange = AS->end == CopyIdx; in adjustCopiesBackFrom()740 if (SS != S.end() && SS->end == CopyIdx) { in adjustCopiesBackFrom()836 SlotIndex CopyIdx = LIS->getInstructionIndex(*CopyMI).getRegSlot(); in removeCopyByCommutingDef() local837 VNInfo *BValNo = IntB.getVNInfoAt(CopyIdx); in removeCopyByCommutingDef()[all …]
1211 SlotIndex CopyIdx = LIS->InsertMachineInstrInMaps(*Copy); in classifyLEAReg() local1216 S->end = CopyIdx.getRegSlot(); in classifyLEAReg()