Lines Matching refs:getBlockName
372 static std::string getBlockName(MachineBasicBlock *BB) { in INITIALIZE_PASS_DEPENDENCY()
454 DEBUG(dbgs() << " " << getBlockName(Succ) << " -> Mid chain!\n"); in collectViableSuccessors()
614 DEBUG(dbgs() << " " << getBlockName(Succ) << " -> " << SuccProb in hasBetterLayoutPredecessor()
651 DEBUG(dbgs() << " " << getBlockName(Succ) << " -> " << SuccProb in hasBetterLayoutPredecessor()
681 DEBUG(dbgs() << "Attempting merge from: " << getBlockName(BB) << "\n"); in selectBestSuccessor()
700 dbgs() << " " << getBlockName(Succ) << " -> " << SuccProb in selectBestSuccessor()
751 DEBUG(dbgs() << " " << getBlockName(MBB) << " -> "; in selectBestCandidateBlock()
880 DEBUG(dbgs() << "Merging from " << getBlockName(BB) << " to " in buildChain()
881 << getBlockName(BestSucc) << "\n"); in buildChain()
888 << getBlockName(*Chain.begin()) << "\n"); in buildChain()
911 DEBUG(dbgs() << "Finding best loop top for: " << getBlockName(L.getHeader()) in findBestLoopTop()
919 DEBUG(dbgs() << " header pred: " << getBlockName(Pred) << ", " in findBestLoopTop()
946 DEBUG(dbgs() << " final top: " << getBlockName(BestPred) << "\n"); in findBestLoopTop()
978 DEBUG(dbgs() << "Finding best loop exit for: " << getBlockName(L.getHeader()) in findBestLoopExit()
1002 DEBUG(dbgs() << " exiting: " << getBlockName(MBB) << " -> " in findBestLoopExit()
1003 << getBlockName(Succ) << " (chain conflict)\n"); in findBestLoopExit()
1009 DEBUG(dbgs() << " looping: " << getBlockName(MBB) << " -> " in findBestLoopExit()
1010 << getBlockName(Succ) << " (" << SuccProb << ")\n"); in findBestLoopExit()
1023 DEBUG(dbgs() << " exiting: " << getBlockName(MBB) << " -> " in findBestLoopExit()
1024 << getBlockName(Succ) << " [L:" << SuccLoopDepth << "] ("; in findBestLoopExit()
1058 DEBUG(dbgs() << " Best exiting block: " << getBlockName(ExitingBB) << "\n"); in findBestLoopExit()
1236 DEBUG(dbgs() << "The cost of loop rotation by making " << getBlockName(*Iter) in rotateLoopWithProfile()
1246 DEBUG(dbgs() << "Rotate loop by making " << getBlockName(*RotationPos) in rotateLoopWithProfile()
1351 << " Loop header: " << getBlockName(*L.block_begin()) << "\n" in buildLoopChains()
1352 << " Chain header: " << getBlockName(*LoopChain.begin()) << "\n"; in buildLoopChains()
1355 dbgs() << " ... " << getBlockName(ChainBB) << "\n"; in buildLoopChains()
1361 << " Loop header: " << getBlockName(*L.block_begin()) << "\n" in buildLoopChains()
1362 << " Chain header: " << getBlockName(*LoopChain.begin()) << "\n" in buildLoopChains()
1363 << " Bad block: " << getBlockName(ChainBB) << "\n"; in buildLoopChains()
1371 << " Loop header: " << getBlockName(*L.block_begin()) << "\n" in buildLoopChains()
1372 << " Chain header: " << getBlockName(*LoopChain.begin()) << "\n" in buildLoopChains()
1373 << " Bad block: " << getBlockName(LoopBB) << "\n"; in buildLoopChains()
1430 << getBlockName(BB) << " -> " << getBlockName(NextBB) in buildCFGChains()
1469 << " Bad block: " << getBlockName(ChainBB) << "\n"; in buildCFGChains()
1476 << " Bad block: " << getBlockName(RemainingBB) << "\n"; in buildCFGChains()
1487 << getBlockName(ChainBB) << "\n"); in buildCFGChains()
1560 << getBlockName(ChainBB) << "\n"); in optimizeBranches()