Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1255 StringMap<FuncSampleStats> &HotFunc,
1360 StringMap<FuncSampleStats> &HotFunc, uint64_t HotThreshold) const { in getHotFunctions() argument
1363 HotFunc.try_emplace(F.first(), F.second); in getHotFunctions()
2328 HotFunc; in showHotFunctionList() local
2340 HotFunc.emplace(FuncProf.getTotalSamples(), in showHotFunctionList()
2353 for (const auto &FuncPair : HotFunc) { in showHotFunctionList()