Lines Matching refs:Indexes
389 const SlotIndexes &Indexes) const { in overlaps()
413 !CP.isCoalescable(Indexes.getInstructionFromIndex(Def))) in overlaps()
786 static VNInfo *searchForVNI(const SlotIndexes &Indexes, LiveRange &LR, in searchForVNI() argument
790 SlotIndex EndIdx = Indexes.getMBBEndIdx(MBB); in searchForVNI()
806 VNI = searchForVNI(Indexes, LR, Pred, Visited); in searchForVNI()
816 static void determineMissingVNIs(const SlotIndexes &Indexes, LiveInterval &LI) { in determineMissingVNIs() argument
829 const MachineBasicBlock *MBB = Indexes.getMBBFromIndex(S.start); in determineMissingVNIs()
831 VNInfo *VNI = searchForVNI(Indexes, LI, Pred, Visited); in determineMissingVNIs()
860 const SlotIndexes &Indexes, VNInfo::Allocator &VNIAllocator) { in constructMainRangeFromSubranges() argument
966 const MachineBasicBlock *MBB = Indexes.getMBBFromIndex(Pos); in constructMainRangeFromSubranges()
969 SlotIndex PredEnd = Indexes.getMBBEndIdx(Pred); in constructMainRangeFromSubranges()
1010 determineMissingVNIs(Indexes, *this); in constructMainRangeFromSubranges()