Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DControlHeightReduction.cpp146 struct CHRStats { struct
147 CHRStats() : NumBranches(0), NumBranchesDelta(0), in CHRStats() function
149 void print(raw_ostream &OS) const { in print()
154 uint64_t NumBranches; // The original number of conditional branches /
156 uint64_t NumBranchesDelta; // The decrease of the number of conditional
158 uint64_t WeightedNumBranchesDelta; // NumBranchesDelta weighted by the profile