Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DSizeOpts.h43 (PSI->hasSampleProfile() && in isPGSOColdCodeOnly()
62 if (PSI->hasSampleProfile()) in shouldFuncOptimizeForSizeImpl()
82 if (PSI->hasSampleProfile()) in shouldOptimizeForSizeImpl()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp83 if (hasSampleProfile()) { in getProfileCount()
124 if (hasSampleProfile()) { in isFunctionHotInCallGraph()
153 if (hasSampleProfile()) { in isFunctionColdInCallGraph()
187 if (hasSampleProfile()) { in isFunctionHotOrColdInCallGraphNthPercentile()
374 return hasSampleProfile() && CB.getCaller()->hasProfileData(); in isColdCallSite()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h72 bool hasSampleProfile() const { in hasSampleProfile() function