Searched refs:isHotCount (Results 1 – 7 of 7) sorted by relevance
108 return FunctionCount && isHotCount(FunctionCount->getCount()); in isFunctionEntryHot()121 if (isHotCount(FunctionCount->getCount())) in isFunctionHotInCallGraph()131 if (isHotCount(TotalCallCount)) in isFunctionHotInCallGraph()292 bool ProfileSummaryInfo::isHotCount(uint64_t C) const { in isHotCount() function in ProfileSummaryInfo331 return Count && isHotCount(*Count); in isHotBlock()363 return C && isHotCount(*C); in isHotCallSite()
132 if (PSI->isHotCount(ProfileCount)) in getHotness()
74 return PSI->isHotCount(CallsiteTotalSamples); in callsiteIsHot()
133 bool isHotCount(uint64_t C) const;
307 (PSI && PSI->hasProfileSummary() && !PSI->isHotCount(TotalCount))) in processFunction()
1132 if (PSI->isHotCount(EntryCount)) in markFunctionAttributes()
1489 if (!PSI->isHotCount(EntryCountDistributed)) in inlineHotFunctionsWithPriority()