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 210 SlotIndex getMBBEndIdx(const MachineBasicBlock *mbb) const {
211 return indexes_->getMBBEndIdx(mbb);
226 return li.liveAt(getMBBEndIdx(mbb).getPrevSlot());
231 return li.getLiveRangeContaining(getMBBEndIdx(mbb).getPrevSlot());
SlotIndexes.h 544 return getMBBEndIdx(MBB);
574 SlotIndex getMBBEndIdx(unsigned Num) const {
579 SlotIndex getMBBEndIdx(const MachineBasicBlock *mbb) const {
595 index < getMBBEndIdx(J->second) &&

Completed in 170 milliseconds