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/
H A DBasicBlockSectionsProfileReader.h65 bool isFunctionHot(StringRef FuncName) const;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DBasicBlockSectionsProfileReader.cpp31 bool BasicBlockSectionsProfileReader::isFunctionHot(StringRef FuncName) const { in isFunctionHot() function in BasicBlockSectionsProfileReader
H A DCodeGenPrepare.cpp518 BBSectionsProfileReader->isFunctionHot(F.getName())) { in runOnFunction()
/openbsd-src/gnu/llvm/llvm/tools/llvm-profdata/
H A 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()