Searched refs:FuncMax (Results 1 – 1 of 1) sorted by relevance
2130 uint64_t FuncMax = 0; in showInstrProfile() local2135 FuncMax = std::max(FuncMax, Func.Counts[I]); in showInstrProfile()2139 if (FuncMax < ValueCutoff) { in showInstrProfile()2142 OS << " " << Func.Name << ": (Max = " << FuncMax in showInstrProfile()2151 if (HottestFuncs.top().second < FuncMax) { in showInstrProfile()2153 HottestFuncs.emplace(std::make_pair(std::string(Func.Name), FuncMax)); in showInstrProfile()2156 HottestFuncs.emplace(std::make_pair(std::string(Func.Name), FuncMax)); in showInstrProfile()