Searched refs:isColdCount (Results 1 – 7 of 7) sorted by relevance
152 if (!isColdCount(FunctionCount->getCount())) in isFunctionColdInCallGraph()156 if (!isColdCount(*TotalCallCount)) in isFunctionColdInCallGraph()185 LLVM_ABI bool isColdCount(uint64_t C) const;209 return Count && isColdCount(*Count); in isColdBlock()215 return Count && isColdCount(*Count); in isColdBlock()
112 return FunctionCount && isColdCount(FunctionCount->getCount()); in isFunctionEntryCold()172 bool ProfileSummaryInfo::isColdCount(uint64_t C) const { in isColdCount() function in ProfileSummaryInfo214 return isColdCount(*C); in isColdCallSite()
46 if (PSI->isColdCount(*Count)) in getConstantSectionPrefix()
173 if (PSI->isColdCount(ProfileCount)) in getHotness()
72 return !PSI->isColdCount(CallsiteTotalSamples); in callsiteIsHot()
192 if (Count && PSI->isColdCount(*Count)) in partitionStaticDataWithProfiles()
1277 else if (PSI->isColdCount(MaxCount)) in markFunctionAttributes()