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

References

lib/Transforms/Instrumentation/ControlHeightReduction.cpp
  793         ++Stats.NumBranches;
  828           ++Stats.NumBranches;
 1860   Stats.NumBranchesDelta += NumCHRedBranches - 1;
 1861   Stats.WeightedNumBranchesDelta += (NumCHRedBranches - 1) * ProfileCount;
 2059     CHR_DEBUG(dumpIR(F, "after", &Stats));
 2064           << ore::NV("NumBranchesDelta", Stats.NumBranchesDelta)
 2066           << ore::NV("WeightedNumBranchesDelta", Stats.WeightedNumBranchesDelta)