Lines Matching refs:getBlockName
287 static std::string getBlockName(MachineBasicBlock *BB) { in INITIALIZE_PASS_DEPENDENCY()
366 DEBUG(dbgs() << "Attempting merge from: " << getBlockName(BB) << "\n"); in selectBestSuccessor()
372 DEBUG(dbgs() << " " << getBlockName(Succ) << " -> Already merged!\n"); in selectBestSuccessor()
376 DEBUG(dbgs() << " " << getBlockName(Succ) << " -> Mid chain!\n"); in selectBestSuccessor()
411 DEBUG(dbgs() << " " << getBlockName(Succ) << " -> " << SuccProb in selectBestSuccessor()
433 DEBUG(dbgs() << " " << getBlockName(Succ) << " -> " << SuccProb in selectBestSuccessor()
439 DEBUG(dbgs() << " " << getBlockName(Succ) << " -> " << SuccProb in selectBestSuccessor()
479 DEBUG(dbgs() << " " << getBlockName(MBB) << " -> Already merged!\n"); in selectBestCandidateBlock()
485 DEBUG(dbgs() << " " << getBlockName(MBB) << " -> "; in selectBestCandidateBlock()
594 DEBUG(dbgs() << "Finding best loop top for: " << getBlockName(L.getHeader()) in findBestLoopTop()
602 DEBUG(dbgs() << " header pred: " << getBlockName(Pred) << ", " in findBestLoopTop()
627 DEBUG(dbgs() << " final top: " << getBlockName(BestPred) << "\n"); in findBestLoopTop()
659 DEBUG(dbgs() << "Finding best loop exit for: " << getBlockName(L.getHeader()) in findBestLoopExit()
688 DEBUG(dbgs() << " exiting: " << getBlockName(MBB) << " -> " in findBestLoopExit()
689 << getBlockName(Succ) << " (chain conflict)\n"); in findBestLoopExit()
695 DEBUG(dbgs() << " looping: " << getBlockName(MBB) << " -> " in findBestLoopExit()
696 << getBlockName(Succ) << " (" << SuccWeight << ")\n"); in findBestLoopExit()
710 DEBUG(dbgs() << " exiting: " << getBlockName(MBB) << " -> " in findBestLoopExit()
711 << getBlockName(Succ) << " [L:" << SuccLoopDepth << "] ("; in findBestLoopExit()
746 DEBUG(dbgs() << " Best exiting block: " << getBlockName(ExitingBB) << "\n"); in findBestLoopExit()
859 << " Loop header: " << getBlockName(*L.block_begin()) << "\n" in buildLoopChains()
860 << " Chain header: " << getBlockName(*LoopChain.begin()) << "\n"; in buildLoopChains()
863 dbgs() << " ... " << getBlockName(ChainBB) << "\n"; in buildLoopChains()
869 << " Loop header: " << getBlockName(*L.block_begin()) << "\n" in buildLoopChains()
870 << " Chain header: " << getBlockName(*LoopChain.begin()) << "\n" in buildLoopChains()
871 << " Bad block: " << getBlockName(ChainBB) << "\n"; in buildLoopChains()
879 << " Loop header: " << getBlockName(*L.block_begin()) << "\n" in buildLoopChains()
880 << " Chain header: " << getBlockName(*LoopChain.begin()) << "\n" in buildLoopChains()
881 << " Bad block: " << getBlockName(LoopBB) << "\n"; in buildLoopChains()
909 << getBlockName(BB) << " -> " << getBlockName(NextBB) in buildCFGChains()
981 << " Bad block: " << getBlockName(ChainBB) << "\n"; in buildCFGChains()
988 << " Bad block: " << getBlockName(RemainingBB) << "\n"; in buildCFGChains()
998 << getBlockName(ChainBB) << "\n"); in buildCFGChains()
1043 << getBlockName(PrevBB) << "\n"); in buildCFGChains()