HomeSort by: relevance | last modified time | path
    Searched refs:MBBEndIdx (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 736 SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).getPrevSlot();
737 LiveInterval::const_iterator I = LI.find(MBBEndIdx);
738 if (I != LI.end() && I->start < MBBEndIdx)
925 SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).getPrevSlot();
926 LiveInterval::const_iterator I = LI.find(MBBEndIdx);
927 if (I != LI.end() && I->start < MBBEndIdx)
LiveDebugVariables.cpp 1563 SlotIndex MBBEndIdx = LIS.getMBBEndIdx(&*MBB);
1565 StopIdx = (MBBEndIdx < StopIdx) ? MBBEndIdx : StopIdx;

Completed in 22 milliseconds