Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1847 uint64_t NumCHRedBranches = 0; in fixupBranchesAndSelects() local
1853 ++NumCHRedBranches; in fixupBranchesAndSelects()
1857 ++NumCHRedBranches; in fixupBranchesAndSelects()
1860 Stats.NumBranchesDelta += NumCHRedBranches - 1; in fixupBranchesAndSelects()
1861 Stats.WeightedNumBranchesDelta += (NumCHRedBranches - 1) * ProfileCount; in fixupBranchesAndSelects()
1867 << "Merged " << ore::NV("NumCHRedBranches", NumCHRedBranches) in fixupBranchesAndSelects()