Searched refs:isHotCount (Results 1 – 6 of 6) 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()
124 bool isHotCount(uint64_t C);
361 (PSI && PSI->hasProfileSummary() && !PSI->isHotCount(TotalCount))) in processFunction()
1053 if (PSI->isHotCount(EntryCount)) in markFunctionAttributes()
539 return PSI->isHotCount(CallsiteTotalSamples); in callsiteIsHot()