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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1853 uint64_t NumCHRedBranches = 0; local
1859 ++NumCHRedBranches;
1863 ++NumCHRedBranches;
1866 Stats.NumBranchesDelta += NumCHRedBranches - 1;
1867 Stats.WeightedNumBranchesDelta += (NumCHRedBranches - 1) * ProfileCount;
1873 << "Merged " << ore::NV("NumCHRedBranches", NumCHRedBranches)

Completed in 102 milliseconds