Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp121 << " WeightedNumBranchesDelta " << WeightedNumBranchesDelta; in print()
129 uint64_t WeightedNumBranchesDelta = 0; member
1868 Stats.WeightedNumBranchesDelta += (NumCHRedBranches - 1) * ProfileCount; in fixupBranchesAndSelects()
2067 << ore::NV("WeightedNumBranchesDelta", Stats.WeightedNumBranchesDelta) in run()