Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1854 uint64_t NumCHRedBranches = 0; in fixupBranchesAndSelects() local
1860 ++NumCHRedBranches; in fixupBranchesAndSelects()
1864 ++NumCHRedBranches; in fixupBranchesAndSelects()
1867 Stats.NumBranchesDelta += NumCHRedBranches - 1; in fixupBranchesAndSelects()
1868 Stats.WeightedNumBranchesDelta += (NumCHRedBranches - 1) * ProfileCount; in fixupBranchesAndSelects()
1874 << "Merged " << ore::NV("NumCHRedBranches", NumCHRedBranches) in fixupBranchesAndSelects()