Searched refs:isColdCount (Results 1 – 6 of 6) sorted by relevance
151 if (!isColdCount(FunctionCount->getCount())) in isFunctionColdInCallGraph()155 if (!isColdCount(*TotalCallCount)) in isFunctionColdInCallGraph()184 bool isColdCount(uint64_t C) const;207 return Count && isColdCount(*Count); in isColdBlock()213 return Count && isColdCount(*Count); in isColdBlock()
107 return FunctionCount && isColdCount(FunctionCount->getCount()); in isFunctionEntryCold()168 bool ProfileSummaryInfo::isColdCount(uint64_t C) const { in isColdCount() function in ProfileSummaryInfo210 return isColdCount(*C); in isColdCallSite()
167 if (PSI->isColdCount(ProfileCount)) in getHotness()
72 return !PSI->isColdCount(CallsiteTotalSamples); in callsiteIsHot()
893 !PSI->isColdCount(RemainingVTableCount)) { in isProfitableToCompareVTables()
1196 else if (PSI->isColdCount(MaxCount)) in markFunctionAttributes()