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

References

lib/Analysis/BranchProbabilityInfo.cpp
  925                     << IndexInSuccessors << " successor probability to " << Prob
  935      << " probability is " << Prob
lib/CodeGen/MachineBlockPlacement.cpp
 1047                         << ", probability: " << Succ2Prob
 1062                     << ", probability: " << SuccProb << " (Trellis)\n");
 1451                       << SuccProb << " (prob) (non-cold CFG conflict)\n");
 1525                << ", probability: " << SuccProb
 1557                         << ", probability: " << DupProb
 2103                           << getBlockName(Succ) << " (" << SuccProb << ")\n");
 2728                           << MBPI->getEdgeProbability(ChainBB, FBB) << " vs "
 2729                           << MBPI->getEdgeProbability(ChainBB, TBB) << "\n");
lib/CodeGen/MachineBranchProbabilityInfo.cpp
   87      << " probability is " << Prob
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
10467                     << TopCaseProb << "\n");
10486                << CC.Prob << "\n");
10488     LLVM_DEBUG(dbgs() << "After scaling: " << CC.Prob << "\n");
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
  552                     << " -> " << TBB->getName() << ": " << TProb << "\n"
  553                     << " -> " << FBB->getName() << ": " << FProb << "\n");
lib/Transforms/IPO/PartialInlining.cpp
  496                << (*SI)->getName() << "\nBranch Probability = " << SuccProb
lib/Transforms/Instrumentation/ControlHeightReduction.cpp
  681   CHR_DEBUG(dbgs() << "ThenProb " << ThenProb << " ");
  682   CHR_DEBUG(dbgs() << "ElseProb " << ElseProb << "\n");
  700   CHR_DEBUG(dbgs() << "TrueProb " << TrueProb << " ");
  701   CHR_DEBUG(dbgs() << "FalseProb " << FalseProb << "\n");
lib/Transforms/Instrumentation/PGOInstrumentation.cpp
 1730     OS << BP;