Searched refs:isHotCount (Results 1 – 8 of 8) sorted by relevance
105 return FunctionCount && isHotCount(FunctionCount->getCount()); in isFunctionEntryHot()118 if (isHotCount(FunctionCount->getCount())) in isFunctionHotInCallGraph()128 if (isHotCount(TotalCallCount)) in isFunctionHotInCallGraph()289 bool ProfileSummaryInfo::isHotCount(uint64_t C) const { in isHotCount() function in ProfileSummaryInfo328 return Count && isHotCount(*Count); in isHotBlock()360 return C && isHotCount(*C); in isHotCallSite()
128 if (PSI->isHotCount(ProfileCount)) in getHotness()
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()
78 return PSI->isHotCount(CallsiteTotalSamples); in callsiteIsHot()
132 bool isHotCount(uint64_t C) const;
307 (PSI && PSI->hasProfileSummary() && !PSI->isHotCount(TotalCount))) in processFunction()
1105 if (PSI->isHotCount(EntryCount)) in markFunctionAttributes()
1453 if (!PSI->isHotCount(EntryCountDistributed)) in inlineHotFunctionsWithPriority()