Searched defs:CHRStats (Results 1 – 1 of 1) sorted by relevance
146 struct CHRStats { struct147 CHRStats() : NumBranches(0), NumBranchesDelta(0), in CHRStats() function149 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 conditional158 uint64_t WeightedNumBranchesDelta; // NumBranchesDelta weighted by the profile