Lines Matching refs:getBlockName

626 static std::string getBlockName(const MachineBasicBlock *BB) {  in INITIALIZE_PASS_DEPENDENCY()
721 LLVM_DEBUG(dbgs() << " " << getBlockName(Succ) in collectViableSuccessors()
1108 dbgs() << " Selected: " << getBlockName(Succ2) in getBestTrellisSuccessor()
1123 dbgs() << " Selected: " << getBlockName(TrellisSucc) in getBestTrellisSuccessor()
1352 LLVM_DEBUG(dbgs() << "Marking edge: " << getBlockName(src) << "->" in precomputeTriangleChains()
1353 << getBlockName(dst) in precomputeTriangleChains()
1561 LLVM_DEBUG(dbgs() << " Not a candidate: " << getBlockName(Succ) << " -> " in hasBetterLayoutPredecessor()
1592 LLVM_DEBUG(dbgs() << "Selecting best successor for: " << getBlockName(BB) in selectBestSuccessor()
1635 dbgs() << " Candidate: " << getBlockName(Succ) in selectBestSuccessor()
1667 LLVM_DEBUG(dbgs() << " Candidate: " << getBlockName(Succ) in selectBestSuccessor()
1677 LLVM_DEBUG(dbgs() << " Selected: " << getBlockName(BestSucc.BB) << "\n"); in selectBestSuccessor()
1721 LLVM_DEBUG(dbgs() << " " << getBlockName(MBB) << " -> "; in selectBestCandidateBlock()
1870 LLVM_DEBUG(dbgs() << "Merging from " << getBlockName(BB) << " to " in buildChain()
1871 << getBlockName(BestSucc) << "\n"); in buildChain()
1878 << getBlockName(*Chain.begin()) << "\n"); in buildChain()
2076 LLVM_DEBUG(dbgs() << "Finding best loop top for: " << getBlockName(OldTop) in findBestLoopTopHelper()
2086 LLVM_DEBUG(dbgs() << " old top pred: " << getBlockName(Pred) << ", has " in findBestLoopTopHelper()
2123 LLVM_DEBUG(dbgs() << " final top: " << getBlockName(BestPred) << "\n"); in findBestLoopTopHelper()
2187 << getBlockName(L.getHeader()) << "\n"); in findBestLoopExit()
2210 LLVM_DEBUG(dbgs() << " exiting: " << getBlockName(MBB) << " -> " in findBestLoopExit()
2211 << getBlockName(Succ) << " (chain conflict)\n"); in findBestLoopExit()
2217 LLVM_DEBUG(dbgs() << " looping: " << getBlockName(MBB) << " -> " in findBestLoopExit()
2218 << getBlockName(Succ) << " (" << SuccProb << ")\n"); in findBestLoopExit()
2231 LLVM_DEBUG(dbgs() << " exiting: " << getBlockName(MBB) << " -> " in findBestLoopExit()
2232 << getBlockName(Succ) << " [L:" << SuccLoopDepth in findBestLoopExit()
2274 LLVM_DEBUG(dbgs() << " Best exiting block: " << getBlockName(ExitingBB) in findBestLoopExit()
2389 LLVM_DEBUG(dbgs() << "Rotating loop to put exit " << getBlockName(ExitingBB) in rotateLoop()
2529 << getBlockName(*Iter) in rotateLoopWithProfile()
2539 LLVM_DEBUG(dbgs() << "Rotate loop by making " << getBlockName(*RotationPos) in rotateLoopWithProfile()
2653 << " Loop header: " << getBlockName(*L.block_begin()) << "\n" in buildLoopChains()
2654 << " Chain header: " << getBlockName(*LoopChain.begin()) << "\n"; in buildLoopChains()
2657 dbgs() << " ... " << getBlockName(ChainBB) << "\n"; in buildLoopChains()
2663 << " Loop header: " << getBlockName(*L.block_begin()) << "\n" in buildLoopChains()
2664 << " Chain header: " << getBlockName(*LoopChain.begin()) << "\n" in buildLoopChains()
2665 << " Bad block: " << getBlockName(ChainBB) << "\n"; in buildLoopChains()
2673 << " Loop header: " << getBlockName(*L.block_begin()) << "\n" in buildLoopChains()
2674 << " Chain header: " << getBlockName(*LoopChain.begin()) << "\n" in buildLoopChains()
2675 << " Bad block: " << getBlockName(LoopBB) << "\n"; in buildLoopChains()
2707 << getBlockName(BB) << " -> " << getBlockName(NextBB) in buildCFGChains()
2749 << " Bad block: " << getBlockName(ChainBB) << "\n"; in buildCFGChains()
2756 << " Bad block: " << getBlockName(RemainingBB) << "\n"; in buildCFGChains()
2781 << getBlockName(ChainBB) << "\n"); in buildCFGChains()
2870 << getBlockName(ChainBB) << "\n"); in optimizeBranches()
3096 << getBlockName(RemBB) << "\n"); in maybeTailDuplicateBlock()