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

References

lib/CodeGen/MachineBlockPlacement.cpp
 1969     if (!LoopBlockSet.count(Pred))
 1971     if (Pred == L.getHeader())
 1973     LLVM_DEBUG(dbgs() << "   old top pred: " << getBlockName(Pred) << ", has "
 1974                       << Pred->succ_size() << " successors, ";
 1975                MBFI->printBlockFreq(dbgs(), Pred) << " freq\n");
 1976     if (Pred->succ_size() > 2)
 1980     if (Pred->succ_size() == 2) {
 1981       OtherBB = *Pred->succ_begin();
 1983         OtherBB = *Pred->succ_rbegin();
 1986     if (!canMoveBottomBlockToTop(Pred, OldTop))
 1989     BlockFrequency Gains = FallThroughGains(Pred, OldTop, OtherBB,
 1992         ((Gains == BestGains) && Pred->isLayoutSuccessor(OldTop)))) {
 1993       BestPred = Pred;