Searched refs:isHotCount (Results 1 – 7 of 7) sorted by relevance
122 return FunctionCount && isHotCount(FunctionCount->getCount()); in isFunctionEntryHot()131 if (isHotCount(FunctionCount->getCount())) in isFunctionHotInCallGraph()135 if (isHotCount(*TotalCallCount)) in isFunctionHotInCallGraph()182 bool isHotCount(uint64_t C) const;200 return Count && isHotCount(*Count); in isHotBlock()
164 bool ProfileSummaryInfo::isHotCount(uint64_t C) const { in isHotCount() function in ProfileSummaryInfo203 return C && isHotCount(*C); in isHotCallSite()
165 if (PSI->isHotCount(ProfileCount)) in getHotness()
74 return PSI->isHotCount(CallsiteTotalSamples); in callsiteIsHot()
814 (PSI && PSI->hasProfileSummary() && !PSI->isHotCount(TotalCount))) in processFunction()
1194 if (PSI->isHotCount(EntryCount)) in markFunctionAttributes()
1486 if (!PSI->isHotCount(EntryCountDistributed)) in inlineHotFunctionsWithPriority()