Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2757 uint64_t FuncMax = 0; in showInstrProfile() local
2780 FuncMax = std::max(FuncMax, Func.Counts[I]); in showInstrProfile()
2784 if (FuncMax < ShowValueCutoff) { in showInstrProfile()
2787 OS << " " << Func.Name << ": (Max = " << FuncMax in showInstrProfile()
2796 if (HottestFuncs.top().second < FuncMax) { in showInstrProfile()
2798 HottestFuncs.emplace(std::make_pair(std::string(Func.Name), FuncMax)); in showInstrProfile()
2801 HottestFuncs.emplace(std::make_pair(std::string(Func.Name), FuncMax)); in showInstrProfile()