Searched refs:MBBEndIdx (Results 1 – 3 of 3) sorted by relevance
257 SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).getPrevSlot(); in sink3AddrInstruction() local258 LiveInterval::const_iterator I = LI.find(MBBEndIdx); in sink3AddrInstruction()259 if (I != LI.end() && I->start < MBBEndIdx) in sink3AddrInstruction()878 SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).getPrevSlot(); in rescheduleMIBelowKill() local879 LiveInterval::const_iterator I = LI.find(MBBEndIdx); in rescheduleMIBelowKill()880 if (I != LI.end() && I->start < MBBEndIdx) in rescheduleMIBelowKill()1065 SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).getPrevSlot(); in rescheduleKillAboveMI() local1066 LiveInterval::const_iterator I = LI.find(MBBEndIdx); in rescheduleKillAboveMI()1067 if (I != LI.end() && I->start < MBBEndIdx) in rescheduleKillAboveMI()
1166 SlotIndex MBBEndIdx = LIS.getMBBEndIdx(&*MBB); in insertDebugValue() local1168 StopIdx = (MBBEndIdx < StopIdx) ? MBBEndIdx : StopIdx; in insertDebugValue()
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()