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

References

lib/Transforms/Instrumentation/PGOInstrumentation.cpp
 1704     Weights.push_back(scaleBranchCount(ECI, Scale));
 1707                                            : Weights) {
 1711   misexpect::verifyMisExpect(TI, Weights, TI->getContext());
 1713   TI->setMetadata(LLVMContext::MD_prof, MDB.createBranchWeights(Weights));
 1720         std::accumulate(Weights.begin(), Weights.end(), (uint64_t)0,
 1720         std::accumulate(Weights.begin(), Weights.end(), (uint64_t)0,
 1726     BranchProbability BP(scaleBranchCount(Weights[0], Scale),