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

References

lib/CodeGen/MachineBlockPlacement.cpp
 1878      if (!LoopBlockSet.count(Pred))
 1880      BlockChain *PredChain = BlockToChain[Pred];
 1881      if (!PredChain || Pred == *std::prev(PredChain->end())) {
 1882        BlockFrequency EdgeFreq = MBFI->getBlockFreq(Pred) *
 1883            MBPI->getEdgeProbability(Pred, NewTop);
 1886          BestPred = Pred;