Lines Matching refs:getBlockName

606 static std::string getBlockName(const MachineBasicBlock *BB) {  in INITIALIZE_PASS_DEPENDENCY()
701 LLVM_DEBUG(dbgs() << " " << getBlockName(Succ) in collectViableSuccessors()
1088 dbgs() << " Selected: " << getBlockName(Succ2) in getBestTrellisSuccessor()
1103 dbgs() << " Selected: " << getBlockName(TrellisSucc) in getBestTrellisSuccessor()
1332 LLVM_DEBUG(dbgs() << "Marking edge: " << getBlockName(src) << "->" in precomputeTriangleChains()
1333 << getBlockName(dst) in precomputeTriangleChains()
1541 LLVM_DEBUG(dbgs() << " Not a candidate: " << getBlockName(Succ) << " -> " in hasBetterLayoutPredecessor()
1572 LLVM_DEBUG(dbgs() << "Selecting best successor for: " << getBlockName(BB) in selectBestSuccessor()
1615 dbgs() << " Candidate: " << getBlockName(Succ) in selectBestSuccessor()
1647 LLVM_DEBUG(dbgs() << " Candidate: " << getBlockName(Succ) in selectBestSuccessor()
1657 LLVM_DEBUG(dbgs() << " Selected: " << getBlockName(BestSucc.BB) << "\n"); in selectBestSuccessor()
1701 LLVM_DEBUG(dbgs() << " " << getBlockName(MBB) << " -> "; in selectBestCandidateBlock()
1850 LLVM_DEBUG(dbgs() << "Merging from " << getBlockName(BB) << " to " in buildChain()
1851 << getBlockName(BestSucc) << "\n"); in buildChain()
1858 << getBlockName(*Chain.begin()) << "\n"); in buildChain()
2054 LLVM_DEBUG(dbgs() << "Finding best loop top for: " << getBlockName(OldTop) in findBestLoopTopHelper()
2064 LLVM_DEBUG(dbgs() << " old top pred: " << getBlockName(Pred) << ", has " in findBestLoopTopHelper()
2101 LLVM_DEBUG(dbgs() << " final top: " << getBlockName(BestPred) << "\n"); in findBestLoopTopHelper()
2165 << getBlockName(L.getHeader()) << "\n"); in findBestLoopExit()
2188 LLVM_DEBUG(dbgs() << " exiting: " << getBlockName(MBB) << " -> " in findBestLoopExit()
2189 << getBlockName(Succ) << " (chain conflict)\n"); in findBestLoopExit()
2195 LLVM_DEBUG(dbgs() << " looping: " << getBlockName(MBB) << " -> " in findBestLoopExit()
2196 << getBlockName(Succ) << " (" << SuccProb << ")\n"); in findBestLoopExit()
2209 LLVM_DEBUG(dbgs() << " exiting: " << getBlockName(MBB) << " -> " in findBestLoopExit()
2210 << getBlockName(Succ) << " [L:" << SuccLoopDepth in findBestLoopExit()
2252 LLVM_DEBUG(dbgs() << " Best exiting block: " << getBlockName(ExitingBB) in findBestLoopExit()
2367 LLVM_DEBUG(dbgs() << "Rotating loop to put exit " << getBlockName(ExitingBB) in rotateLoop()
2507 << getBlockName(*Iter) in rotateLoopWithProfile()
2517 LLVM_DEBUG(dbgs() << "Rotate loop by making " << getBlockName(*RotationPos) in rotateLoopWithProfile()
2631 << " Loop header: " << getBlockName(*L.block_begin()) << "\n" in buildLoopChains()
2632 << " Chain header: " << getBlockName(*LoopChain.begin()) << "\n"; in buildLoopChains()
2635 dbgs() << " ... " << getBlockName(ChainBB) << "\n"; in buildLoopChains()
2641 << " Loop header: " << getBlockName(*L.block_begin()) << "\n" in buildLoopChains()
2642 << " Chain header: " << getBlockName(*LoopChain.begin()) << "\n" in buildLoopChains()
2643 << " Bad block: " << getBlockName(ChainBB) << "\n"; in buildLoopChains()
2651 << " Loop header: " << getBlockName(*L.block_begin()) << "\n" in buildLoopChains()
2652 << " Chain header: " << getBlockName(*LoopChain.begin()) << "\n" in buildLoopChains()
2653 << " Bad block: " << getBlockName(LoopBB) << "\n"; in buildLoopChains()
2685 << getBlockName(BB) << " -> " << getBlockName(NextBB) in buildCFGChains()
2727 << " Bad block: " << getBlockName(ChainBB) << "\n"; in buildCFGChains()
2734 << " Bad block: " << getBlockName(RemainingBB) << "\n"; in buildCFGChains()
2759 << getBlockName(ChainBB) << "\n"); in buildCFGChains()
2848 << getBlockName(ChainBB) << "\n"); in optimizeBranches()
3061 << getBlockName(RemBB) << "\n"); in maybeTailDuplicateBlock()