Searched refs:MBBEndIdx (Results 1 – 3 of 3) sorted by relevance
228 SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).getPrevSlot(); in sink3AddrInstruction() local229 LiveInterval::const_iterator I = LI.find(MBBEndIdx); in sink3AddrInstruction()230 if (I != LI.end() && I->start < MBBEndIdx) in sink3AddrInstruction()836 SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).getPrevSlot(); in rescheduleMIBelowKill() local837 LiveInterval::const_iterator I = LI.find(MBBEndIdx); in rescheduleMIBelowKill()838 if (I != LI.end() && I->start < MBBEndIdx) in rescheduleMIBelowKill()1023 SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).getPrevSlot(); in rescheduleKillAboveMI() local1024 LiveInterval::const_iterator I = LI.find(MBBEndIdx); in rescheduleKillAboveMI()1025 if (I != LI.end() && I->start < MBBEndIdx) in rescheduleKillAboveMI()
256 SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).getPrevSlot(); in sink3AddrInstruction() local257 LiveInterval::const_iterator I = LI.find(MBBEndIdx); in sink3AddrInstruction()258 if (I != LI.end() && I->start < MBBEndIdx) in sink3AddrInstruction()876 SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).getPrevSlot(); in rescheduleMIBelowKill() local877 LiveInterval::const_iterator I = LI.find(MBBEndIdx); in rescheduleMIBelowKill()878 if (I != LI.end() && I->start < MBBEndIdx) in rescheduleMIBelowKill()1066 SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).getPrevSlot(); in rescheduleKillAboveMI() local1067 LiveInterval::const_iterator I = LI.find(MBBEndIdx); in rescheduleKillAboveMI()1068 if (I != LI.end() && I->start < MBBEndIdx) in rescheduleKillAboveMI()
1309 SlotIndex MBBEndIdx = LIS.getMBBEndIdx(&*MBB); in insertDebugValue() local1311 StopIdx = (MBBEndIdx < StopIdx) ? MBBEndIdx : StopIdx; in insertDebugValue()