Searched refs:isHotCount (Results 1 – 7 of 7) sorted by relevance
106 return FunctionCount && isHotCount(FunctionCount.getCount()); in isFunctionEntryHot()119 if (isHotCount(FunctionCount.getCount())) in isFunctionHotInCallGraph()129 if (isHotCount(TotalCallCount)) in isFunctionHotInCallGraph()290 bool ProfileSummaryInfo::isHotCount(uint64_t C) const { in isHotCount() function in ProfileSummaryInfo329 return Count && isHotCount(*Count); in isHotBlock()361 return C && isHotCount(*C); in isHotCallSite()
129 if (PSI->isHotCount(ProfileCount)) in getHotness()
66 return PSI->isHotCount(CallsiteTotalSamples); in callsiteIsHot()
132 bool isHotCount(uint64_t C) const;
366 (PSI && PSI->hasProfileSummary() && !PSI->isHotCount(TotalCount))) in processFunction()
1158 if (PSI->isHotCount(EntryCount)) in markFunctionAttributes()
1377 if (!PSI->isHotCount(EntryCountDistributed)) in inlineHotFunctionsWithPriority()