Searched refs:CopyIdx (Results 1 – 1 of 1) sorted by relevance
460 SlotIndex CopyIdx = LIS->getInstructionIndex(CopyMI).getRegSlot(); in adjustCopiesBackFrom() local478 LiveInterval::iterator BS = IntB.FindSegmentContaining(CopyIdx); in adjustCopiesBackFrom()485 if (BValNo->def != CopyIdx) return false; in adjustCopiesBackFrom()488 SlotIndex CopyUseIdx = CopyIdx.getRegSlot(true); in adjustCopiesBackFrom()538 VNInfo *SubBValNo = S.getVNInfoAt(CopyIdx); in adjustCopiesBackFrom()558 if (AS->end == CopyIdx) in adjustCopiesBackFrom()635 SlotIndex CopyIdx = LIS->getInstructionIndex(CopyMI).getRegSlot(); in removeCopyByCommutingDef() local636 VNInfo *BValNo = IntB.getVNInfoAt(CopyIdx); in removeCopyByCommutingDef()637 assert(BValNo != nullptr && BValNo->def == CopyIdx); in removeCopyByCommutingDef()640 VNInfo *AValNo = IntA.getVNInfoAt(CopyIdx.getRegSlot(true)); in removeCopyByCommutingDef()[all …]