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 221 SlotIndex getMBBEndIdx(const MachineBasicBlock *mbb) const {
222 return indexes_->getMBBEndIdx(mbb);
232 return li.liveAt(getMBBEndIdx(mbb).getPrevSlot());
SlotIndexes.h 486 return getMBBEndIdx(MBB);
516 SlotIndex getMBBEndIdx(unsigned Num) const {
521 SlotIndex getMBBEndIdx(const MachineBasicBlock *mbb) const {
537 index < getMBBEndIdx(J->second) &&

Completed in 45 milliseconds