Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSizeOpts.h44 (PSI->hasSampleProfile() && in isPGSOColdCodeOnly()
63 if (PSI->hasSampleProfile()) in shouldFuncOptimizeForSizeImpl()
84 if (PSI->hasSampleProfile()) in shouldOptimizeForSizeImpl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunctionSplitter.cpp122 } else if (PSI->hasSampleProfile()) { in isColdBlock()
170 if (PSI->hasSampleProfile() && !PSI->isFunctionHotInCallGraph(&MF, *MBFI)) { in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp78 if (hasSampleProfile()) { in getProfileCount()
218 return hasSampleProfile() && CB.getCaller()->hasProfileData(); in isColdCallSite()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h75 bool hasSampleProfile() const { in hasSampleProfile() function
338 if (!hasSampleProfile())