Searched refs:isHotCount (Results 1 – 16 of 16) sorted by relevance
137 return FunctionCount && isHotCount(FunctionCount.getCount()); in isFunctionEntryHot()150 if (isHotCount(FunctionCount.getCount())) in isFunctionHotInCallGraph()160 if (isHotCount(TotalCallCount)) in isFunctionHotInCallGraph()290 bool ProfileSummaryInfo::isHotCount(uint64_t C) { in isHotCount() function in ProfileSummaryInfo321 return Count && isHotCount(*Count); in isHotBlock()340 return C && isHotCount(*C); in isHotCallSite()
130 if (PSI->isHotCount(ProfileCount)) in getHotness()
142 return FunctionCount && isHotCount(FunctionCount.getCount()); in isFunctionEntryHot()155 if (isHotCount(FunctionCount.getCount())) in isFunctionHotInCallGraph()165 if (isHotCount(TotalCallCount)) in isFunctionHotInCallGraph()330 bool ProfileSummaryInfo::isHotCount(uint64_t C) const { in isHotCount() function in ProfileSummaryInfo369 return Count && isHotCount(*Count); in isHotBlock()401 return C && isHotCount(*C); in isHotCallSite()
134 EXPECT_FALSE(PSI.isHotCount(1000)); in TEST_F()135 EXPECT_FALSE(PSI.isHotCount(0)); in TEST_F()161 EXPECT_TRUE(PSI.isHotCount(400)); in TEST_F()164 EXPECT_FALSE(PSI.isHotCount(100)); in TEST_F()
59 bool isHotCount(uint64_t C);
116 bool ProfileSummaryInfo::isHotCount(uint64_t C) { in isHotCount() function in ProfileSummaryInfo
639 PSI->isHotCount(TotalWeight)) in updateThreshold()
124 bool isHotCount(uint64_t C);
133 bool isHotCount(uint64_t C) const;
366 (PSI && PSI->hasProfileSummary() && !PSI->isHotCount(TotalCount))) in processFunction()
1131 if (PSI->isHotCount(EntryCount)) in markFunctionAttributes()
361 (PSI && PSI->hasProfileSummary() && !PSI->isHotCount(TotalCount))) in processFunction()
1053 if (PSI->isHotCount(EntryCount)) in markFunctionAttributes()
539 return PSI->isHotCount(CallsiteTotalSamples); in callsiteIsHot()
569 return PSI->isHotCount(CallsiteTotalSamples); in callsiteIsHot()