Home
last modified time | relevance | path

Searched refs:CopyIdx (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DRegisterCoalescer.cpp460 SlotIndex CopyIdx = LIS->getInstructionIndex(CopyMI).getRegSlot(); in adjustCopiesBackFrom() local
478 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() local
636 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 …]