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