Searched refs:CopyIdx (Results 1 – 1 of 1) sorted by relevance
607 SlotIndex CopyIdx = LIS->getInstructionIndex(*CopyMI).getRegSlot(); in adjustCopiesBackFrom() local625 LiveInterval::iterator BS = IntB.FindSegmentContaining(CopyIdx); in adjustCopiesBackFrom()632 if (BValNo->def != CopyIdx) return false; in adjustCopiesBackFrom()635 SlotIndex CopyUseIdx = CopyIdx.getRegSlot(true); in adjustCopiesBackFrom()687 LiveInterval::iterator SS = S.FindSegmentContaining(CopyIdx); in adjustCopiesBackFrom()698 VNInfo *SubBValNo = S.getVNInfoAt(CopyIdx); in adjustCopiesBackFrom()718 bool RecomputeLiveRange = AS->end == CopyIdx; in adjustCopiesBackFrom()722 if (SS != S.end() && SS->end == CopyIdx) { in adjustCopiesBackFrom()818 SlotIndex CopyIdx = LIS->getInstructionIndex(*CopyMI).getRegSlot(); in removeCopyByCommutingDef() local819 VNInfo *BValNo = IntB.getVNInfoAt(CopyIdx); in removeCopyByCommutingDef()[all …]