Lines Matching defs:MaxCount
1009 uint64_t MaxCount = 0;
1022 MaxCount = std::max(MaxCount, Record->Counts[I]);
1040 if (!IFE.MaxCount || IFE.ZeroCounterRatio > ZeroCounterThreshold) {
1056 // Scale up the MaxCount to be multiple times above hot / cold threshold.
1066 uint64_t Denominator = IFE.MaxCount;
1339 It->second.MaxCount > ColdInstrThreshold ||
3012 uint64_t MaxCount = 0;
3019 MaxCount(MS), EntryCount(ES) {}
3070 FOS << R.MaxCount;