Lines Matching refs:getBlockName

642 static std::string getBlockName(const MachineBasicBlock *BB) {  in INITIALIZE_PASS_DEPENDENCY()
737 LLVM_DEBUG(dbgs() << " " << getBlockName(Succ) in collectViableSuccessors()
1124 dbgs() << " Selected: " << getBlockName(Succ2) in getBestTrellisSuccessor()
1139 dbgs() << " Selected: " << getBlockName(TrellisSucc) in getBestTrellisSuccessor()
1368 LLVM_DEBUG(dbgs() << "Marking edge: " << getBlockName(src) << "->" in precomputeTriangleChains()
1369 << getBlockName(dst) in precomputeTriangleChains()
1577 LLVM_DEBUG(dbgs() << " Not a candidate: " << getBlockName(Succ) << " -> " in hasBetterLayoutPredecessor()
1608 LLVM_DEBUG(dbgs() << "Selecting best successor for: " << getBlockName(BB) in selectBestSuccessor()
1651 dbgs() << " Candidate: " << getBlockName(Succ) in selectBestSuccessor()
1683 LLVM_DEBUG(dbgs() << " Candidate: " << getBlockName(Succ) in selectBestSuccessor()
1693 LLVM_DEBUG(dbgs() << " Selected: " << getBlockName(BestSucc.BB) << "\n"); in selectBestSuccessor()
1737 LLVM_DEBUG(dbgs() << " " << getBlockName(MBB) << " -> " in selectBestCandidateBlock()
1918 LLVM_DEBUG(dbgs() << "Merging from " << getBlockName(BB) << " to " in buildChain()
1919 << getBlockName(BestSucc) << "\n"); in buildChain()
1926 << getBlockName(*Chain.begin()) << "\n"); in buildChain()
2124 LLVM_DEBUG(dbgs() << "Finding best loop top for: " << getBlockName(OldTop) in findBestLoopTopHelper()
2134 LLVM_DEBUG(dbgs() << " old top pred: " << getBlockName(Pred) << ", has " in findBestLoopTopHelper()
2172 LLVM_DEBUG(dbgs() << " final top: " << getBlockName(BestPred) << "\n"); in findBestLoopTopHelper()
2236 << getBlockName(L.getHeader()) << "\n"); in findBestLoopExit()
2259 LLVM_DEBUG(dbgs() << " exiting: " << getBlockName(MBB) << " -> " in findBestLoopExit()
2260 << getBlockName(Succ) << " (chain conflict)\n"); in findBestLoopExit()
2266 LLVM_DEBUG(dbgs() << " looping: " << getBlockName(MBB) << " -> " in findBestLoopExit()
2267 << getBlockName(Succ) << " (" << SuccProb << ")\n"); in findBestLoopExit()
2281 dbgs() << " exiting: " << getBlockName(MBB) << " -> " in findBestLoopExit()
2282 << getBlockName(Succ) << " [L:" << SuccLoopDepth << "] (" in findBestLoopExit()
2323 LLVM_DEBUG(dbgs() << " Best exiting block: " << getBlockName(ExitingBB) in findBestLoopExit()
2438 LLVM_DEBUG(dbgs() << "Rotating loop to put exit " << getBlockName(ExitingBB) in rotateLoop()
2577 << getBlockName(*Iter) << " to the top: " in rotateLoopWithProfile()
2587 LLVM_DEBUG(dbgs() << "Rotate loop by making " << getBlockName(*RotationPos) in rotateLoopWithProfile()
2701 << " Loop header: " << getBlockName(*L.block_begin()) << "\n" in buildLoopChains()
2702 << " Chain header: " << getBlockName(*LoopChain.begin()) << "\n"; in buildLoopChains()
2705 dbgs() << " ... " << getBlockName(ChainBB) << "\n"; in buildLoopChains()
2711 << " Loop header: " << getBlockName(*L.block_begin()) << "\n" in buildLoopChains()
2712 << " Chain header: " << getBlockName(*LoopChain.begin()) << "\n" in buildLoopChains()
2713 << " Bad block: " << getBlockName(ChainBB) << "\n"; in buildLoopChains()
2721 << " Loop header: " << getBlockName(*L.block_begin()) << "\n" in buildLoopChains()
2722 << " Chain header: " << getBlockName(*LoopChain.begin()) << "\n" in buildLoopChains()
2723 << " Bad block: " << getBlockName(LoopBB) << "\n"; in buildLoopChains()
2755 << getBlockName(BB) << " -> " << getBlockName(NextBB) in buildCFGChains()
2797 << " Bad block: " << getBlockName(ChainBB) << "\n"; in buildCFGChains()
2804 << " Bad block: " << getBlockName(RemainingBB) << "\n"; in buildCFGChains()
2829 << getBlockName(ChainBB) << "\n"); in buildCFGChains()
2918 << getBlockName(ChainBB) << "\n"); in optimizeBranches()
3184 << getBlockName(RemBB) << "\n"); in maybeTailDuplicateBlock()