Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp99 bool ProfileSummaryInfo::isFunctionEntryHot(const Function *F) const { in isFunctionEntryHot() function in ProfileSummaryInfo
412 if (PSI.isFunctionEntryHot(&F)) in run()
H A DInlineCost.cpp1775 if (PSI->isFunctionEntryHot(&Callee)) { in updateThreshold()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h110 bool isFunctionEntryHot(const Function *F) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp450 return PSI.isFunctionEntryHot(&F); in shouldApply()