HomeSort by relevance Sort by last modified time
    Searched defs:getMBBEndIdx (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 198 SlotIndex getMBBEndIdx(const MachineBasicBlock *mbb) const {
199 return Indexes->getMBBEndIdx(mbb);
209 return li.liveAt(getMBBEndIdx(mbb).getPrevSlot());
SlotIndexes.h 428 return getMBBEndIdx(MBB);
458 SlotIndex getMBBEndIdx(unsigned Num) const {
463 SlotIndex getMBBEndIdx(const MachineBasicBlock *mbb) const {
479 index < getMBBEndIdx(J->second) &&

Completed in 1035 milliseconds