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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp147 CHRStats() : NumBranches(0), NumBranchesDelta(0),
151 << " NumBranchesDelta " << NumBranchesDelta
156 uint64_t NumBranchesDelta; // The decrease of the number of conditional member in struct:__anon5588::CHRStats
158 uint64_t WeightedNumBranchesDelta; // NumBranchesDelta weighted by the profile
1866 Stats.NumBranchesDelta += NumCHRedBranches - 1;
2070 << ore::NV("NumBranchesDelta", Stats.NumBranchesDelta)

Completed in 130 milliseconds