Home
last modified time | relevance | path

Searched refs:MBBEndIdx (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp225 SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).getPrevSlot(); in sink3AddrInstruction() local
226 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() local
841 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() local
1033 LiveInterval::const_iterator I = LI.find(MBBEndIdx); in rescheduleKillAboveMI()
1034 if (I != LI.end() && I->start < MBBEndIdx) in rescheduleKillAboveMI()