Lines Matching defs:getBlockName

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