Lines Matching defs:MaxCount
1086 uint64_t MaxCount = 0;
1099 MaxCount = std::max(MaxCount, Record->Counts[I]);
1117 if (!IFE.MaxCount || IFE.ZeroCounterRatio > ZeroCounterThreshold) {
1133 // Scale up the MaxCount to be multiple times above hot / cold threshold.
1143 uint64_t Denominator = IFE.MaxCount;
1414 It->second.MaxCount > ColdInstrThreshold ||
3091 uint64_t MaxCount = 0;
3098 MaxCount(MS), EntryCount(ES) {}
3149 FOS << R.MaxCount;