Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1170 static bool isFunctionHot(const FuncSampleStats &FuncStats, in isFunctionHot() function
1387 if (isFunctionHot(F.second, HotThreshold)) in getHotFunctions()
2373 if (isFunctionHot(FuncStats, MinCountThreshold)) { in showHotFunctionList()