Searched refs:isColdCount (Results 1 – 6 of 6) sorted by relevance
150 if (!isColdCount(FunctionCount->getCount())) in isFunctionColdInCallGraph()160 if (!isColdCount(TotalCallCount)) in isFunctionColdInCallGraph()235 return FunctionCount && isColdCount(FunctionCount->getCount()); in isFunctionEntryCold()296 bool ProfileSummaryInfo::isColdCount(uint64_t C) const { in isColdCount() function in ProfileSummaryInfo337 return Count && isColdCount(*Count); in isColdBlock()370 return isColdCount(*C); in isColdCallSite()
134 if (PSI->isColdCount(ProfileCount)) in getHotness()
35 return Count && PSI->isColdCount(*Count); in isColdBlock()42 return Count && PSI->isColdCount(*Count); in isColdBlock()85 if (!PSI->isColdCount(FunctionCount->getCount())) in isFunctionColdInCallGraph()
72 return !PSI->isColdCount(CallsiteTotalSamples); in callsiteIsHot()
135 bool isColdCount(uint64_t C) const;
1134 else if (PSI->isColdCount(MaxCount)) in markFunctionAttributes()