Lines Matching refs:getBlockName

551 static std::string getBlockName(const MachineBasicBlock *BB) {  in INITIALIZE_PASS_DEPENDENCY()
646 LLVM_DEBUG(dbgs() << " " << getBlockName(Succ) in collectViableSuccessors()
1033 dbgs() << " Selected: " << getBlockName(Succ2) in getBestTrellisSuccessor()
1048 dbgs() << " Selected: " << getBlockName(TrellisSucc) in getBestTrellisSuccessor()
1229 LLVM_DEBUG(dbgs() << "Marking edge: " << getBlockName(src) << "->" in precomputeTriangleChains()
1230 << getBlockName(dst) in precomputeTriangleChains()
1437 LLVM_DEBUG(dbgs() << " Not a candidate: " << getBlockName(Succ) << " -> " in hasBetterLayoutPredecessor()
1468 LLVM_DEBUG(dbgs() << "Selecting best successor for: " << getBlockName(BB) in selectBestSuccessor()
1511 dbgs() << " Candidate: " << getBlockName(Succ) in selectBestSuccessor()
1546 LLVM_DEBUG(dbgs() << " Candidate: " << getBlockName(Succ) in selectBestSuccessor()
1556 LLVM_DEBUG(dbgs() << " Selected: " << getBlockName(BestSucc.BB) << "\n"); in selectBestSuccessor()
1602 LLVM_DEBUG(dbgs() << " " << getBlockName(MBB) << " -> "; in selectBestCandidateBlock()
1749 LLVM_DEBUG(dbgs() << "Merging from " << getBlockName(BB) << " to " in buildChain()
1750 << getBlockName(BestSucc) << "\n"); in buildChain()
1757 << getBlockName(*Chain.begin()) << "\n"); in buildChain()
1791 << getBlockName(L.getHeader()) << "\n"); in findBestLoopTop()
1798 LLVM_DEBUG(dbgs() << " header pred: " << getBlockName(Pred) << ", has " in findBestLoopTop()
1825 LLVM_DEBUG(dbgs() << " final top: " << getBlockName(BestPred) << "\n"); in findBestLoopTop()
1858 << getBlockName(L.getHeader()) << "\n"); in findBestLoopExit()
1881 LLVM_DEBUG(dbgs() << " exiting: " << getBlockName(MBB) << " -> " in findBestLoopExit()
1882 << getBlockName(Succ) << " (chain conflict)\n"); in findBestLoopExit()
1888 LLVM_DEBUG(dbgs() << " looping: " << getBlockName(MBB) << " -> " in findBestLoopExit()
1889 << getBlockName(Succ) << " (" << SuccProb << ")\n"); in findBestLoopExit()
1902 LLVM_DEBUG(dbgs() << " exiting: " << getBlockName(MBB) << " -> " in findBestLoopExit()
1903 << getBlockName(Succ) << " [L:" << SuccLoopDepth in findBestLoopExit()
1945 LLVM_DEBUG(dbgs() << " Best exiting block: " << getBlockName(ExitingBB) in findBestLoopExit()
2023 LLVM_DEBUG(dbgs() << "Rotating loop to put exit " << getBlockName(ExitingBB) in rotateLoop()
2160 << getBlockName(*Iter) in rotateLoopWithProfile()
2170 LLVM_DEBUG(dbgs() << "Rotate loop by making " << getBlockName(*RotationPos) in rotateLoopWithProfile()
2281 << " Loop header: " << getBlockName(*L.block_begin()) << "\n" in buildLoopChains()
2282 << " Chain header: " << getBlockName(*LoopChain.begin()) << "\n"; in buildLoopChains()
2285 dbgs() << " ... " << getBlockName(ChainBB) << "\n"; in buildLoopChains()
2291 << " Loop header: " << getBlockName(*L.block_begin()) << "\n" in buildLoopChains()
2292 << " Chain header: " << getBlockName(*LoopChain.begin()) << "\n" in buildLoopChains()
2293 << " Bad block: " << getBlockName(ChainBB) << "\n"; in buildLoopChains()
2301 << " Loop header: " << getBlockName(*L.block_begin()) << "\n" in buildLoopChains()
2302 << " Chain header: " << getBlockName(*LoopChain.begin()) << "\n" in buildLoopChains()
2303 << " Bad block: " << getBlockName(LoopBB) << "\n"; in buildLoopChains()
2335 << getBlockName(BB) << " -> " << getBlockName(NextBB) in buildCFGChains()
2377 << " Bad block: " << getBlockName(ChainBB) << "\n"; in buildCFGChains()
2384 << " Bad block: " << getBlockName(RemainingBB) << "\n"; in buildCFGChains()
2395 << getBlockName(ChainBB) << "\n"); in buildCFGChains()
2481 << getBlockName(ChainBB) << "\n"); in optimizeBranches()
2699 << getBlockName(RemBB) << "\n"); in maybeTailDuplicateBlock()