Searched refs:hasSampleProfile (Results 1 – 3 of 3) sorted by relevance
112 if (hasSampleProfile()) { in getProfileCount()153 if (hasSampleProfile()) { in isFunctionHotInCallGraph()182 if (hasSampleProfile()) { in isFunctionColdInCallGraph()207 if (hasSampleProfile()) { in isFunctionHotInCallGraphNthPercentile()351 return hasSampleProfile() && CS.getCaller()->hasProfileData(); in isColdCallSite()
62 PSI->hasSampleProfile() ? PgsoCutoffSampleProf : PgsoCutoffInstrProf, in shouldFuncOptimizeForSizeImpl()87 PSI->hasSampleProfile() ? PgsoCutoffSampleProf : PgsoCutoffInstrProf, in shouldOptimizeForSizeImpl()
74 bool hasSampleProfile() { in hasSampleProfile() function