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