Lines Matching refs:getBlockName
637 static std::string getBlockName(const MachineBasicBlock *BB) { in INITIALIZE_PASS_DEPENDENCY()
732 LLVM_DEBUG(dbgs() << " " << getBlockName(Succ) in collectViableSuccessors()
1119 dbgs() << " Selected: " << getBlockName(Succ2) in getBestTrellisSuccessor()
1134 dbgs() << " Selected: " << getBlockName(TrellisSucc) in getBestTrellisSuccessor()
1363 LLVM_DEBUG(dbgs() << "Marking edge: " << getBlockName(src) << "->" in precomputeTriangleChains()
1364 << getBlockName(dst) in precomputeTriangleChains()
1572 LLVM_DEBUG(dbgs() << " Not a candidate: " << getBlockName(Succ) << " -> " in hasBetterLayoutPredecessor()
1603 LLVM_DEBUG(dbgs() << "Selecting best successor for: " << getBlockName(BB) in selectBestSuccessor()
1646 dbgs() << " Candidate: " << getBlockName(Succ) in selectBestSuccessor()
1678 LLVM_DEBUG(dbgs() << " Candidate: " << getBlockName(Succ) in selectBestSuccessor()
1688 LLVM_DEBUG(dbgs() << " Selected: " << getBlockName(BestSucc.BB) << "\n"); in selectBestSuccessor()
1732 LLVM_DEBUG(dbgs() << " " << getBlockName(MBB) << " -> " in selectBestCandidateBlock()
1882 LLVM_DEBUG(dbgs() << "Merging from " << getBlockName(BB) << " to " in buildChain()
1883 << getBlockName(BestSucc) << "\n"); in buildChain()
1890 << getBlockName(*Chain.begin()) << "\n"); in buildChain()
2088 LLVM_DEBUG(dbgs() << "Finding best loop top for: " << getBlockName(OldTop) in findBestLoopTopHelper()
2098 LLVM_DEBUG(dbgs() << " old top pred: " << getBlockName(Pred) << ", has " in findBestLoopTopHelper()
2136 LLVM_DEBUG(dbgs() << " final top: " << getBlockName(BestPred) << "\n"); in findBestLoopTopHelper()
2200 << getBlockName(L.getHeader()) << "\n"); in findBestLoopExit()
2223 LLVM_DEBUG(dbgs() << " exiting: " << getBlockName(MBB) << " -> " in findBestLoopExit()
2224 << getBlockName(Succ) << " (chain conflict)\n"); in findBestLoopExit()
2230 LLVM_DEBUG(dbgs() << " looping: " << getBlockName(MBB) << " -> " in findBestLoopExit()
2231 << getBlockName(Succ) << " (" << SuccProb << ")\n"); in findBestLoopExit()
2245 dbgs() << " exiting: " << getBlockName(MBB) << " -> " in findBestLoopExit()
2246 << getBlockName(Succ) << " [L:" << SuccLoopDepth << "] (" in findBestLoopExit()
2287 LLVM_DEBUG(dbgs() << " Best exiting block: " << getBlockName(ExitingBB) in findBestLoopExit()
2402 LLVM_DEBUG(dbgs() << "Rotating loop to put exit " << getBlockName(ExitingBB) in rotateLoop()
2541 << getBlockName(*Iter) << " to the top: " in rotateLoopWithProfile()
2551 LLVM_DEBUG(dbgs() << "Rotate loop by making " << getBlockName(*RotationPos) in rotateLoopWithProfile()
2665 << " Loop header: " << getBlockName(*L.block_begin()) << "\n" in buildLoopChains()
2666 << " Chain header: " << getBlockName(*LoopChain.begin()) << "\n"; in buildLoopChains()
2669 dbgs() << " ... " << getBlockName(ChainBB) << "\n"; in buildLoopChains()
2675 << " Loop header: " << getBlockName(*L.block_begin()) << "\n" in buildLoopChains()
2676 << " Chain header: " << getBlockName(*LoopChain.begin()) << "\n" in buildLoopChains()
2677 << " Bad block: " << getBlockName(ChainBB) << "\n"; in buildLoopChains()
2685 << " Loop header: " << getBlockName(*L.block_begin()) << "\n" in buildLoopChains()
2686 << " Chain header: " << getBlockName(*LoopChain.begin()) << "\n" in buildLoopChains()
2687 << " Bad block: " << getBlockName(LoopBB) << "\n"; in buildLoopChains()
2719 << getBlockName(BB) << " -> " << getBlockName(NextBB) in buildCFGChains()
2761 << " Bad block: " << getBlockName(ChainBB) << "\n"; in buildCFGChains()
2768 << " Bad block: " << getBlockName(RemainingBB) << "\n"; in buildCFGChains()
2793 << getBlockName(ChainBB) << "\n"); in buildCFGChains()
2882 << getBlockName(ChainBB) << "\n"); in optimizeBranches()
3130 << getBlockName(RemBB) << "\n"); in maybeTailDuplicateBlock()