Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicBlockSectionsProfileReader.h88 bool isFunctionHot(StringRef FuncName) const;
201 bool isFunctionHot(StringRef FuncName) const;
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockSectionsProfileReader.cpp59 bool BasicBlockSectionsProfileReader::isFunctionHot(StringRef FuncName) const { in isFunctionHot() function in BasicBlockSectionsProfileReader
425 bool BasicBlockSectionsProfileReaderWrapperPass::isFunctionHot( in isFunctionHot() function in BasicBlockSectionsProfileReaderWrapperPass
427 return BBSPR.isFunctionHot(FuncName); in isFunctionHot()
H A DCodeGenPrepare.cpp583 BBSectionsProfileReader->isFunctionHot(F.getName())) { in _run()
/src/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1888 static bool isFunctionHot(const FuncSampleStats &FuncStats, in isFunctionHot() function
2108 if (isFunctionHot(F.second, HotThreshold)) in getHotFunctions()
3109 if (isFunctionHot(FuncStats, MinCountThreshold)) { in showHotFunctionList()