reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2088 if (Succ->isEHPad()) 2090 if (Succ == MBB) 2092 BlockChain &SuccChain = *BlockToChain[Succ]; 2096 << getBlockName(Succ) << " (chain conflict)\n"); 2100 auto SuccProb = MBPI->getEdgeProbability(MBB, Succ); 2101 if (LoopBlockSet.count(Succ)) { 2103 << getBlockName(Succ) << " (" << SuccProb << ")\n"); 2109 if (MachineLoop *ExitLoop = MLI->getLoopFor(Succ)) { 2117 << getBlockName(Succ) << " [L:" << SuccLoopDepth 2127 (MBB->isLayoutSuccessor(Succ) &&