Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp257 SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).getPrevSlot(); in sink3AddrInstruction() local
258 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() local
879 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() local
1066 LiveInterval::const_iterator I = LI.find(MBBEndIdx); in rescheduleKillAboveMI()
1067 if (I != LI.end() && I->start < MBBEndIdx) in rescheduleKillAboveMI()
DLiveDebugVariables.cpp1166 SlotIndex MBBEndIdx = LIS.getMBBEndIdx(&*MBB); in insertDebugValue() local
1168 StopIdx = (MBBEndIdx < StopIdx) ? MBBEndIdx : StopIdx; in insertDebugValue()
/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()