Searched refs:MBBEndIdx (Results 1 – 2 of 2) sorted by relevance
927 SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).getPrevSlot(); in rescheduleMIBelowKill() local928 LiveInterval::const_iterator I = LI.find(MBBEndIdx); in rescheduleMIBelowKill()929 if (I != LI.end() && I->start < MBBEndIdx) in rescheduleMIBelowKill()1115 SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).getPrevSlot(); in rescheduleKillAboveMI() local1116 LiveInterval::const_iterator I = LI.find(MBBEndIdx); in rescheduleKillAboveMI()1117 if (I != LI.end() && I->start < MBBEndIdx) in rescheduleKillAboveMI()
1668 SlotIndex MBBEndIdx = LIS.getMBBEndIdx(&*MBB); in insertDebugValue() local1670 StopIdx = (MBBEndIdx < StopIdx) ? MBBEndIdx : StopIdx; in insertDebugValue()