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

References

lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
  307       scaleBranchCount(Count, Scale), scaleBranchCount(ElseCount, Scale));
  307       scaleBranchCount(Count, Scale), scaleBranchCount(ElseCount, Scale));
lib/Transforms/Instrumentation/PGOInstrumentation.cpp
 1704     Weights.push_back(scaleBranchCount(ECI, Scale));
 1726     BranchProbability BP(scaleBranchCount(Weights[0], Scale),
 1727                          scaleBranchCount(WSum, Scale));