Lines Matching refs:getBlockName
698 static std::string getBlockName(const MachineBasicBlock *BB) { in INITIALIZE_PASS_DEPENDENCY()
793 LLVM_DEBUG(dbgs() << " " << getBlockName(Succ) in collectViableSuccessors()
1187 dbgs() << " Selected: " << getBlockName(Succ2) in getBestTrellisSuccessor()
1202 dbgs() << " Selected: " << getBlockName(TrellisSucc) in getBestTrellisSuccessor()
1429 LLVM_DEBUG(dbgs() << "Marking edge: " << getBlockName(src) << "->" in precomputeTriangleChains()
1430 << getBlockName(dst) in precomputeTriangleChains()
1643 LLVM_DEBUG(dbgs() << " Not a candidate: " << getBlockName(Succ) << " -> " in hasBetterLayoutPredecessor()
1674 LLVM_DEBUG(dbgs() << "Selecting best successor for: " << getBlockName(BB) in selectBestSuccessor()
1717 dbgs() << " Candidate: " << getBlockName(Succ) in selectBestSuccessor()
1749 LLVM_DEBUG(dbgs() << " Candidate: " << getBlockName(Succ) in selectBestSuccessor()
1759 LLVM_DEBUG(dbgs() << " Selected: " << getBlockName(BestSucc.BB) << "\n"); in selectBestSuccessor()
1803 LLVM_DEBUG(dbgs() << " " << getBlockName(MBB) << " -> " in selectBestCandidateBlock()
1981 LLVM_DEBUG(dbgs() << "Merging from " << getBlockName(BB) << " to " in buildChain()
1982 << getBlockName(BestSucc) << "\n"); in buildChain()
1989 << getBlockName(*Chain.begin()) << "\n"); in buildChain()
2179 LLVM_DEBUG(dbgs() << "Finding best loop top for: " << getBlockName(OldTop) in findBestLoopTopHelper()
2189 LLVM_DEBUG(dbgs() << " old top pred: " << getBlockName(Pred) << ", has " in findBestLoopTopHelper()
2227 LLVM_DEBUG(dbgs() << " final top: " << getBlockName(BestPred) << "\n"); in findBestLoopTopHelper()
2289 << getBlockName(L.getHeader()) << "\n"); in findBestLoopExit()
2312 LLVM_DEBUG(dbgs() << " exiting: " << getBlockName(MBB) << " -> " in findBestLoopExit()
2313 << getBlockName(Succ) << " (chain conflict)\n"); in findBestLoopExit()
2319 LLVM_DEBUG(dbgs() << " looping: " << getBlockName(MBB) << " -> " in findBestLoopExit()
2320 << getBlockName(Succ) << " (" << SuccProb << ")\n"); in findBestLoopExit()
2334 dbgs() << " exiting: " << getBlockName(MBB) << " -> " in findBestLoopExit()
2335 << getBlockName(Succ) << " [L:" << SuccLoopDepth << "] (" in findBestLoopExit()
2376 LLVM_DEBUG(dbgs() << " Best exiting block: " << getBlockName(ExitingBB) in findBestLoopExit()
2489 LLVM_DEBUG(dbgs() << "Rotating loop to put exit " << getBlockName(ExitingBB) in rotateLoop()
2628 << getBlockName(*Iter) << " to the top: " in rotateLoopWithProfile()
2638 LLVM_DEBUG(dbgs() << "Rotate loop by making " << getBlockName(*RotationPos) in rotateLoopWithProfile()
2764 << " Loop header: " << getBlockName(*L.block_begin()) << "\n" in buildLoopChains()
2765 << " Chain header: " << getBlockName(*LoopChain.begin()) << "\n"; in buildLoopChains()
2768 dbgs() << " ... " << getBlockName(ChainBB) << "\n"; in buildLoopChains()
2774 << " Loop header: " << getBlockName(*L.block_begin()) << "\n" in buildLoopChains()
2775 << " Chain header: " << getBlockName(*LoopChain.begin()) << "\n" in buildLoopChains()
2776 << " Bad block: " << getBlockName(ChainBB) << "\n"; in buildLoopChains()
2784 << " Loop header: " << getBlockName(*L.block_begin()) << "\n" in buildLoopChains()
2785 << " Chain header: " << getBlockName(*LoopChain.begin()) << "\n" in buildLoopChains()
2786 << " Bad block: " << getBlockName(LoopBB) << "\n"; in buildLoopChains()
2818 << getBlockName(BB) << " -> " << getBlockName(NextBB) in buildCFGChains()
2860 << " Bad block: " << getBlockName(ChainBB) << "\n"; in buildCFGChains()
2867 << " Bad block: " << getBlockName(RemainingBB) << "\n"; in buildCFGChains()
2892 << getBlockName(ChainBB) << "\n"); in buildCFGChains()
2990 << getBlockName(ChainBB) << "\n"); in optimizeBranches()
2991 LLVM_DEBUG(dbgs() << " " << getBlockName(TBB) << " < " << getBlockName(FBB) in optimizeBranches()
3277 LLVM_DEBUG(dbgs() << "TailDuplicator deleted block: " << getBlockName(RemBB) in maybeTailDuplicateBlock()