Home
last modified time | relevance | path

Searched refs:FuncMax (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2208 uint64_t FuncMax = 0; in showInstrProfile() local
2213 FuncMax = std::max(FuncMax, Func.Counts[I]); in showInstrProfile()
2217 if (FuncMax < ValueCutoff) { in showInstrProfile()
2220 OS << " " << Func.Name << ": (Max = " << FuncMax in showInstrProfile()
2229 if (HottestFuncs.top().second < FuncMax) { in showInstrProfile()
2231 HottestFuncs.emplace(std::make_pair(std::string(Func.Name), FuncMax)); in showInstrProfile()
2234 HottestFuncs.emplace(std::make_pair(std::string(Func.Name), FuncMax)); in showInstrProfile()