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 219 SlotIndex getMBBEndIdx(const MachineBasicBlock *mbb) const {
220 return Indexes->getMBBEndIdx(mbb);
230 return LR.liveAt(getMBBEndIdx(mbb).getPrevSlot());
SlotIndexes.h 466 return getMBBEndIdx(MBB);
496 SlotIndex getMBBEndIdx(unsigned Num) const {
501 SlotIndex getMBBEndIdx(const MachineBasicBlock *mbb) const {
517 index < getMBBEndIdx(J->second) &&

Completed in 46 milliseconds