Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2101 uint64_t FuncMax = 0; in showInstrProfile() local
2106 FuncMax = std::max(FuncMax, Func.Counts[I]); in showInstrProfile()
2110 if (FuncMax < ValueCutoff) { in showInstrProfile()
2113 OS << " " << Func.Name << ": (Max = " << FuncMax in showInstrProfile()
2122 if (HottestFuncs.top().second < FuncMax) { in showInstrProfile()
2124 HottestFuncs.emplace(std::make_pair(std::string(Func.Name), FuncMax)); in showInstrProfile()
2127 HottestFuncs.emplace(std::make_pair(std::string(Func.Name), FuncMax)); in showInstrProfile()