Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DBasicBlockSectionsProfileReader.h66 bool isFunctionHot(StringRef FuncName) const;
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DBasicBlockSectionsProfileReader.cpp31 bool BasicBlockSectionsProfileReader::isFunctionHot(StringRef FuncName) const { in isFunctionHot() function in BasicBlockSectionsProfileReader
H A DCodeGenPrepare.cpp493 BBSectionsProfileReader->isFunctionHot(F.getName())) { in runOnFunction()
/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1245 static bool isFunctionHot(const FuncSampleStats &FuncStats, in isFunctionHot() function
1465 if (isFunctionHot(F.second, HotThreshold)) in getHotFunctions()
2453 if (isFunctionHot(FuncStats, MinCountThreshold)) { in showHotFunctionList()