Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp256 if (PSI.isFunctionEntryHot(&F)) in run()
H A DInlineCost.cpp2161 if (PSI->isFunctionEntryHot(&Callee)) { in updateThreshold()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h116 template <typename FuncT> bool isFunctionEntryHot(const FuncT *F) const { in isFunctionEntryHot() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp425 return PSI.isFunctionEntryHot(&F); in shouldApply()