Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp927 SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).getPrevSlot(); in rescheduleMIBelowKill() local
928 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() local
1116 LiveInterval::const_iterator I = LI.find(MBBEndIdx); in rescheduleKillAboveMI()
1117 if (I != LI.end() && I->start < MBBEndIdx) in rescheduleKillAboveMI()
H A DLiveDebugVariables.cpp1668 SlotIndex MBBEndIdx = LIS.getMBBEndIdx(&*MBB); in insertDebugValue() local
1670 StopIdx = (MBBEndIdx < StopIdx) ? MBBEndIdx : StopIdx; in insertDebugValue()