Searched refs:CopyIdx (Results 1 – 1 of 1) sorted by relevance
470 SlotIndex CopyIdx = LIS->getInstructionIndex(CopyMI).getRegSlot(); in adjustCopiesBackFrom() local488 LiveInterval::iterator BS = IntB.FindSegmentContaining(CopyIdx); in adjustCopiesBackFrom()495 if (BValNo->def != CopyIdx) return false; in adjustCopiesBackFrom()498 SlotIndex CopyUseIdx = CopyIdx.getRegSlot(true); in adjustCopiesBackFrom()548 VNInfo *SubBValNo = S.getVNInfoAt(CopyIdx); in adjustCopiesBackFrom()568 if (AS->end == CopyIdx) in adjustCopiesBackFrom()645 SlotIndex CopyIdx = LIS->getInstructionIndex(CopyMI).getRegSlot(); in removeCopyByCommutingDef() local646 VNInfo *BValNo = IntB.getVNInfoAt(CopyIdx); in removeCopyByCommutingDef()647 assert(BValNo != nullptr && BValNo->def == CopyIdx); in removeCopyByCommutingDef()650 VNInfo *AValNo = IntA.getVNInfoAt(CopyIdx.getRegSlot(true)); in removeCopyByCommutingDef()[all …]