Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp101 bool ProfileSummaryInfo::isFunctionEntryHot(const Function *F) const { in isFunctionEntryHot() function in ProfileSummaryInfo
414 if (PSI.isFunctionEntryHot(&F)) in run()
H A DInlineCost.cpp1914 if (PSI->isFunctionEntryHot(&Callee)) { in updateThreshold()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h111 bool isFunctionEntryHot(const Function *F) const;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp427 return PSI.isFunctionEntryHot(&F); in shouldApply()