reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1810 BlockChain *PredChain = BlockToChain[Pred]; 1811 if (!LoopBlockSet.count(Pred) && 1812 (!PredChain || Pred == *std::prev(PredChain->end()))) { 1815 auto TopProb = MBPI->getEdgeProbability(Pred, Top); 1817 for (MachineBasicBlock *Succ : Pred->successors()) { 1818 auto SuccProb = MBPI->getEdgeProbability(Pred, Succ); 1829 BlockFrequency EdgeFreq = MBFI->getBlockFreq(Pred) * 1830 MBPI->getEdgeProbability(Pred, Top);