Searched refs:hasSampleProfile (Results 1 – 3 of 3) sorted by relevance
44 (PSI->hasSampleProfile() && in isPGSOColdCodeOnly()63 if (PSI->hasSampleProfile()) in shouldFuncOptimizeForSizeImpl()83 if (PSI->hasSampleProfile()) in shouldOptimizeForSizeImpl()
81 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()
71 bool hasSampleProfile() const { in hasSampleProfile() function