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 199 SlotIndex getMBBEndIdx(const MachineBasicBlock *mbb) const {
200 return Indexes->getMBBEndIdx(mbb);
210 return li.liveAt(getMBBEndIdx(mbb).getPrevSlot());
SlotIndexes.h 438 return getMBBEndIdx(MBB);
468 SlotIndex getMBBEndIdx(unsigned Num) const {
473 SlotIndex getMBBEndIdx(const MachineBasicBlock *mbb) const {
489 index < getMBBEndIdx(J->second) &&

Completed in 39 milliseconds