Home
last modified time | relevance | path

Searched refs:isFunctionEntryCold (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp224 bool ProfileSummaryInfo::isFunctionEntryCold(const Function *F) const { in isFunctionEntryCold() function in ProfileSummaryInfo
416 else if (PSI.isFunctionEntryCold(&F)) in run()
H A DInlineCost.cpp1920 } else if (PSI->isFunctionEntryCold(&Callee)) { in updateThreshold()
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h116 bool isFunctionEntryCold(const Function *F) const;
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp199 if (PSI->isFunctionEntryCold(&F)) in isFunctionCold()
H A DPartialInlining.cpp1289 if (PSI.isFunctionEntryCold(&F)) in unswitchFunction()