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 218 SlotIndex getMBBEndIdx(const MachineBasicBlock *mbb) const {
219 return Indexes->getMBBEndIdx(mbb);
229 return LR.liveAt(getMBBEndIdx(mbb).getPrevSlot());
SlotIndexes.h 470 return getMBBEndIdx(MBB);
500 SlotIndex getMBBEndIdx(unsigned Num) const {
505 SlotIndex getMBBEndIdx(const MachineBasicBlock *mbb) const {
543 index < getMBBEndIdx(J->second) &&

Completed in 108 milliseconds