Home
last modified time | relevance | path

Searched refs:getBlockNum (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp1148 assert(getBlockNum() == unsigned(MI->getParent()->getNumber()) && in getInstrSlack()
1156 const MachineBasicBlock *MBB = TE.MTM.MF->getBlockNumbered(getBlockNum()); in getPHIDepth()
1174 ArrayRef<unsigned> PRDepths = TE.getProcResourceDepths(getBlockNum()); in getResourceDepth()
1176 ArrayRef<unsigned> PRCycles = TE.MTM.getProcResourceCycles(getBlockNum()); in getResourceDepth()
1190 Instrs += TE.MTM.BlockInfo[getBlockNum()].InstrCount; in getResourceDepth()
1202 ArrayRef<unsigned> PRDepths = TE.getProcResourceDepths(getBlockNum()); in getResourceLength()
1203 ArrayRef<unsigned> PRHeights = TE.getProcResourceHeights(getBlockNum()); in getResourceLength()
DMachineBlockPlacement.cpp325 static std::string getBlockNum(MachineBasicBlock *BB) { in getBlockNum() function
616 DEBUG(dbgs() << "Merging from " << getBlockNum(BB) << " to " in buildChain()
617 << getBlockNum(BestSucc) << "\n"); in buildChain()
624 << getBlockNum(*Chain.begin()) << "\n"); in buildChain()
971 DEBUG(dbgs() << "The cost of loop rotation by making " << getBlockNum(*Iter) in rotateLoopWithProfile()
981 DEBUG(dbgs() << "Rotate loop by making " << getBlockNum(*RotationPos) in rotateLoopWithProfile()
/external/llvm/include/llvm/CodeGen/
DMachineTraceMetrics.h240 unsigned getBlockNum() const { return &TBI - &TE.BlockInfo[0]; } in getBlockNum() function