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.cpp1844 uint64_t NumCHRedBranches = 0; in fixupBranchesAndSelects() local
1850 ++NumCHRedBranches; in fixupBranchesAndSelects()
1854 ++NumCHRedBranches; in fixupBranchesAndSelects()
1857 assert(NumCHRedBranches > 0); in fixupBranchesAndSelects()
1858 Stats.NumBranchesDelta += NumCHRedBranches - 1; in fixupBranchesAndSelects()
1859 Stats.WeightedNumBranchesDelta += (NumCHRedBranches - 1) * ProfileCount; in fixupBranchesAndSelects()
1865 << "Merged " << ore::NV("NumCHRedBranches", NumCHRedBranches) in fixupBranchesAndSelects()