Home
last modified time | relevance | path

Searched defs:CHRStats (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp147 struct CHRStats { struct
148 CHRStats() : NumBranches(0), NumBranchesDelta(0), in CHRStats() function
150 void print(raw_ostream &OS) const { in print()
155 uint64_t NumBranches; // The original number of conditional branches /
157 uint64_t NumBranchesDelta; // The decrease of the number of conditional
159 uint64_t WeightedNumBranchesDelta; // NumBranchesDelta weighted by the profile