HomeSort by relevance Sort by last modified time
    Searched defs:getMBBStartIdx (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 216 SlotIndex getMBBStartIdx(const MachineBasicBlock *mbb) const {
217 return indexes_->getMBBStartIdx(mbb);
227 return li.liveAt(getMBBStartIdx(mbb));
SlotIndexes.h 468 return getMBBStartIdx(MBB);
506 SlotIndex getMBBStartIdx(unsigned Num) const {
511 SlotIndex getMBBStartIdx(const MachineBasicBlock *mbb) const {
669 nextEntry = getMBBStartIdx(nextMBB).listEntry();

Completed in 48 milliseconds