reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1419 for (MachineBasicBlock *Pred : Succ->predecessors()) { 1420 if (Pred == Succ || BlockToChain[Pred] == &SuccChain || 1442 MBFI->getBlockFreq(Pred) * MBPI->getEdgeProbability(Pred, Succ); 1450 LLVM_DEBUG(dbgs() << " Not a candidate: " << getBlockName(Succ) << " -> "