Searched refs:WeightedNumBranchesDelta (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp148 WeightedNumBranchesDelta(0) {}
152 << " WeightedNumBranchesDelta " << WeightedNumBranchesDelta; local
158 uint64_t WeightedNumBranchesDelta; // NumBranchesDelta weighted by the profile member in struct:__anon5588::CHRStats
1867 Stats.WeightedNumBranchesDelta += (NumCHRedBranches - 1) * ProfileCount;
2072 << ore::NV("WeightedNumBranchesDelta", Stats.WeightedNumBranchesDelta)

Completed in 100 milliseconds