Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp621 uint64_t FuncMax = 0; in showInstrProfile() local
623 FuncMax = std::max(FuncMax, Func.Counts[I]); in showInstrProfile()
626 if (HottestFuncs.top().second < FuncMax) { in showInstrProfile()
628 HottestFuncs.emplace(std::make_pair(std::string(Func.Name), FuncMax)); in showInstrProfile()
631 HottestFuncs.emplace(std::make_pair(std::string(Func.Name), FuncMax)); in showInstrProfile()