Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DBasicBlockSectionsProfileReader.h65 bool isFunctionHot(StringRef FuncName) const;
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DBasicBlockSectionsProfileReader.cpp31 bool BasicBlockSectionsProfileReader::isFunctionHot(StringRef FuncName) const { in isFunctionHot() function in BasicBlockSectionsProfileReader
DCodeGenPrepare.cpp518 BBSectionsProfileReader->isFunctionHot(F.getName())) { in runOnFunction()
/openbsd/src/gnu/llvm/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp1469 static bool isFunctionHot(const FuncSampleStats &FuncStats, in isFunctionHot() function
1689 if (isFunctionHot(F.second, HotThreshold)) in getHotFunctions()
2702 if (isFunctionHot(FuncStats, MinCountThreshold)) { in showHotFunctionList()