reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/MachineBlockPlacement.cpp
  659         LLVM_DEBUG(dbgs() << "    " << getBlockName(Succ)
 1046                  dbgs() << "    Selected: " << getBlockName(Succ2)
 1061              dbgs() << "    Selected: " << getBlockName(TrellisSucc)
 1242       LLVM_DEBUG(dbgs() << "Marking edge: " << getBlockName(src) << "->"
 1243                         << getBlockName(dst)
 1450     LLVM_DEBUG(dbgs() << "    Not a candidate: " << getBlockName(Succ) << " -> "
 1481   LLVM_DEBUG(dbgs() << "Selecting best successor for: " << getBlockName(BB)
 1524         dbgs() << "    Candidate: " << getBlockName(Succ)
 1556       LLVM_DEBUG(dbgs() << "    Candidate: " << getBlockName(Succ)
 1566     LLVM_DEBUG(dbgs() << "    Selected: " << getBlockName(BestSucc.BB) << "\n");
 1612     LLVM_DEBUG(dbgs() << "    " << getBlockName(MBB) << " -> ";
 1759     LLVM_DEBUG(dbgs() << "Merging from " << getBlockName(BB) << " to "
 1760                       << getBlockName(BestSucc) << "\n");
 1767                     << getBlockName(*Chain.begin()) << "\n");
 1963   LLVM_DEBUG(dbgs() << "Finding best loop top for: " << getBlockName(OldTop)
 1973     LLVM_DEBUG(dbgs() << "   old top pred: " << getBlockName(Pred) << ", has "
 2010   LLVM_DEBUG(dbgs() << "    final top: " << getBlockName(BestPred) << "\n");
 2072                     << getBlockName(L.getHeader()) << "\n");
 2095         LLVM_DEBUG(dbgs() << "    exiting: " << getBlockName(MBB) << " -> "
 2096                           << getBlockName(Succ) << " (chain conflict)\n");
 2102         LLVM_DEBUG(dbgs() << "    looping: " << getBlockName(MBB) << " -> "
 2103                           << getBlockName(Succ) << " (" << SuccProb << ")\n");
 2116       LLVM_DEBUG(dbgs() << "    exiting: " << getBlockName(MBB) << " -> "
 2117                         << getBlockName(Succ) << " [L:" << SuccLoopDepth
 2159   LLVM_DEBUG(dbgs() << "  Best exiting block: " << getBlockName(ExitingBB)
 2270   LLVM_DEBUG(dbgs() << "Rotating loop to put exit " << getBlockName(ExitingBB)
 2406                       << getBlockName(*Iter)
 2416     LLVM_DEBUG(dbgs() << "Rotate loop by making " << getBlockName(*RotationPos)
 2526              << "  Loop header:  " << getBlockName(*L.block_begin()) << "\n"
 2527              << "  Chain header: " << getBlockName(*LoopChain.begin()) << "\n";
 2530       dbgs() << "          ... " << getBlockName(ChainBB) << "\n";
 2536                << "  Loop header:  " << getBlockName(*L.block_begin()) << "\n"
 2537                << "  Chain header: " << getBlockName(*LoopChain.begin()) << "\n"
 2538                << "  Bad block:    " << getBlockName(ChainBB) << "\n";
 2546                << "  Loop header:  " << getBlockName(*L.block_begin()) << "\n"
 2547                << "  Chain header: " << getBlockName(*LoopChain.begin()) << "\n"
 2548                << "  Bad block:    " << getBlockName(LoopBB) << "\n";
 2580                         << getBlockName(BB) << " -> " << getBlockName(NextBB)
 2580                         << getBlockName(BB) << " -> " << getBlockName(NextBB)
 2622                << "  Bad block:    " << getBlockName(ChainBB) << "\n";
 2629                << "  Bad block:    " << getBlockName(RemainingBB) << "\n";
 2640                       << getBlockName(ChainBB) << "\n");
 2726                           << getBlockName(ChainBB) << "\n");
 2944                           << getBlockName(RemBB) << "\n");