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

References

lib/CodeGen/MachineBlockPlacement.cpp
 2174     BlockChain *PredChain = BlockToChain[Pred];
 2175     if (!LoopBlockSet.count(Pred) &&
 2176         (!PredChain || Pred == *std::prev(PredChain->end()))) {
 2179       auto TopProb = MBPI->getEdgeProbability(Pred, Top);
 2181       for (MachineBasicBlock *Succ : Pred->successors()) {
 2182         auto SuccProb = MBPI->getEdgeProbability(Pred, Succ);