Searched refs:FuncMax (Results 1 – 1 of 1) sorted by relevance
2816 uint64_t FuncMax = 0; in showInstrProfile() local2839 FuncMax = std::max(FuncMax, Func.Counts[I]); in showInstrProfile()2843 if (FuncMax < ShowValueCutoff) { in showInstrProfile()2846 OS << " " << Func.Name << ": (Max = " << FuncMax in showInstrProfile()2855 if (HottestFuncs.top().second < FuncMax) { in showInstrProfile()2857 HottestFuncs.emplace(std::make_pair(std::string(Func.Name), FuncMax)); in showInstrProfile()2860 HottestFuncs.emplace(std::make_pair(std::string(Func.Name), FuncMax)); in showInstrProfile()