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

/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp220 SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).getPrevSlot(); local
221 LiveInterval::const_iterator I = LI.find(MBBEndIdx);
222 if (I != LI.end() && I->start < MBBEndIdx)
766 SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).getPrevSlot(); local
767 LiveInterval::const_iterator I = LI.find(MBBEndIdx);
768 if (I != LI.end() && I->start < MBBEndIdx)
960 SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).getPrevSlot(); local
961 LiveInterval::const_iterator I = LI.find(MBBEndIdx);
962 if (I != LI.end() && I->start < MBBEndIdx)

Completed in 210 milliseconds