Searched refs:MBBEndIdx (Results 1 – 1 of 1) sorted by relevance
225 SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).getPrevSlot(); in sink3AddrInstruction() local226 LiveInterval::const_iterator I = LI.find(MBBEndIdx); in sink3AddrInstruction()227 if (I != LI.end() && I->start < MBBEndIdx) in sink3AddrInstruction()840 SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).getPrevSlot(); in rescheduleMIBelowKill() local841 LiveInterval::const_iterator I = LI.find(MBBEndIdx); in rescheduleMIBelowKill()842 if (I != LI.end() && I->start < MBBEndIdx) in rescheduleMIBelowKill()1032 SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).getPrevSlot(); in rescheduleKillAboveMI() local1033 LiveInterval::const_iterator I = LI.find(MBBEndIdx); in rescheduleKillAboveMI()1034 if (I != LI.end() && I->start < MBBEndIdx) in rescheduleKillAboveMI()