Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp228 SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).getPrevSlot(); in sink3AddrInstruction() local
229 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() local
837 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() local
1024 LiveInterval::const_iterator I = LI.find(MBBEndIdx); in rescheduleKillAboveMI()
1025 if (I != LI.end() && I->start < MBBEndIdx) in rescheduleKillAboveMI()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp256 SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).getPrevSlot(); in sink3AddrInstruction() local
257 LiveInterval::const_iterator I = LI.find(MBBEndIdx); in sink3AddrInstruction()
258 if (I != LI.end() && I->start < MBBEndIdx) in sink3AddrInstruction()
876 SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).getPrevSlot(); in rescheduleMIBelowKill() local
877 LiveInterval::const_iterator I = LI.find(MBBEndIdx); in rescheduleMIBelowKill()
878 if (I != LI.end() && I->start < MBBEndIdx) in rescheduleMIBelowKill()
1066 SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).getPrevSlot(); in rescheduleKillAboveMI() local
1067 LiveInterval::const_iterator I = LI.find(MBBEndIdx); in rescheduleKillAboveMI()
1068 if (I != LI.end() && I->start < MBBEndIdx) in rescheduleKillAboveMI()
DLiveDebugVariables.cpp1309 SlotIndex MBBEndIdx = LIS.getMBBEndIdx(&*MBB); in insertDebugValue() local
1311 StopIdx = (MBBEndIdx < StopIdx) ? MBBEndIdx : StopIdx; in insertDebugValue()