Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DSizeOpts.h44 (PSI->hasSampleProfile() && in isPGSOColdCodeOnly()
63 if (PSI->hasSampleProfile()) in shouldFuncOptimizeForSizeImpl()
83 if (PSI->hasSampleProfile()) in shouldOptimizeForSizeImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp81 if (hasSampleProfile()) { in getProfileCount()
122 if (hasSampleProfile()) { in isFunctionHotInCallGraph()
151 if (hasSampleProfile()) { in isFunctionColdInCallGraph()
185 if (hasSampleProfile()) { in isFunctionHotOrColdInCallGraphNthPercentile()
372 return hasSampleProfile() && CB.getCaller()->hasProfileData(); in isColdCallSite()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h71 bool hasSampleProfile() const { in hasSampleProfile() function