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 193 SlotIndex getMBBStartIdx(const MachineBasicBlock *mbb) const {
194 return Indexes->getMBBStartIdx(mbb);
204 return li.liveAt(getMBBStartIdx(mbb));
SlotIndexes.h 410 return getMBBStartIdx(MBB);
448 SlotIndex getMBBStartIdx(unsigned Num) const {
453 SlotIndex getMBBStartIdx(const MachineBasicBlock *mbb) const {
611 nextEntry = getMBBStartIdx(nextMBB).listEntry();

Completed in 537 milliseconds