Lines Matching refs:Stats
378 CHRStats Stats; member in __anon784f818e0111::CHR
402 const CHRStats &Stats) { in operator <<() argument
403 Stats.print(OS); in operator <<()
430 CHRStats *Stats) { in dumpIR() argument
437 if (Stats) in dumpIR()
438 CHR_DEBUG(dbgs() << " " << *Stats); in dumpIR()
778 ++Stats.NumBranches; in findScope()
813 ++Stats.NumBranches; in findScope()
1866 Stats.NumBranchesDelta += NumCHRedBranches - 1; in fixupBranchesAndSelects()
1867 Stats.WeightedNumBranchesDelta += (NumCHRedBranches - 1) * ProfileCount; in fixupBranchesAndSelects()
2059 CHR_DEBUG(dumpIR(F, "after", &Stats)); in run()
2064 << ore::NV("NumBranchesDelta", Stats.NumBranchesDelta) in run()
2066 << ore::NV("WeightedNumBranchesDelta", Stats.WeightedNumBranchesDelta) in run()