reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2718 if (!TII->analyzeBranch(*ChainBB, TBB, FBB, Cond, /*AllowModify*/ true)) { 2721 if (TBB && !Cond.empty() && FBB && 2722 MBPI->getEdgeProbability(ChainBB, FBB) > 2728 << MBPI->getEdgeProbability(ChainBB, FBB) << " vs " 2732 TII->insertBranch(*ChainBB, FBB, TBB, Cond, dl);