Searched refs:isHotCount (Results 1 – 8 of 8) sorted by relevance
123 return FunctionCount && isHotCount(FunctionCount->getCount()); in isFunctionEntryHot()132 if (isHotCount(FunctionCount->getCount())) in isFunctionHotInCallGraph()136 if (isHotCount(*TotalCallCount)) in isFunctionHotInCallGraph()183 LLVM_ABI bool isHotCount(uint64_t C) const;202 return Count && isHotCount(*Count); in isHotBlock()
168 bool ProfileSummaryInfo::isHotCount(uint64_t C) const { in isHotCount() function in ProfileSummaryInfo207 return C && isHotCount(*C); in isHotCallSite()
38 if (PSI->isHotCount(*Count)) in getConstantSectionPrefix()
171 if (PSI->isHotCount(ProfileCount)) in getHotness()
74 return PSI->isHotCount(CallsiteTotalSamples); in callsiteIsHot()
826 (PSI && PSI->hasProfileSummary() && !PSI->isHotCount(TotalCount))) in processFunction()
1275 if (PSI->isHotCount(EntryCount)) in markFunctionAttributes()
1486 if (!PSI->isHotCount(EntryCountDistributed)) in inlineHotFunctionsWithPriority()