Searched refs:hasProfileSummary (Results 1 – 5 of 5) sorted by relevance
63 bool hasProfileSummary() { return computeSummary(); } in hasProfileSummary() function67 return hasProfileSummary() && in hasSampleProfile()73 return hasProfileSummary() && in hasInstrumentationProfile()
104 EXPECT_FALSE(PSI.hasProfileSummary()); in TEST_F()135 EXPECT_TRUE(PSI.hasProfileSummary()); in TEST_F()150 EXPECT_TRUE(PSI.hasProfileSummary()); in TEST_F()182 EXPECT_TRUE(PSI.hasProfileSummary()); in TEST_F()
360 (PSI && PSI->hasProfileSummary() && !PSI->isHotCount(TotalCount))) in processFunction()
798 if (PSI && PSI->hasProfileSummary()) in isColdCallSite()823 if (PSI && PSI->hasProfileSummary() && PSI->isHotCallSite(CS, CallerBFI)) in getHotCallSiteThreshold()
1261 if (PSI->hasProfileSummary() && F->hasProfileData() && in unswitchFunction()