Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp148 CHRStats() : NumBranches(0), NumBranchesDelta(0), in CHRStats()
152 << " NumBranchesDelta " << NumBranchesDelta in print()
157 uint64_t NumBranchesDelta; // The decrease of the number of conditional member
1854 Stats.NumBranchesDelta += NumCHRedBranches - 1; in fixupBranchesAndSelects()
2059 << ore::NV("NumBranchesDelta", Stats.NumBranchesDelta) in run()