Searched refs:isColdCount (Results 1 – 6 of 6) sorted by relevance
148 if (!isColdCount(FunctionCount.getCount())) in isFunctionColdInCallGraph()158 if (!isColdCount(TotalCallCount)) in isFunctionColdInCallGraph()233 return FunctionCount && isColdCount(FunctionCount.getCount()); in isFunctionEntryCold()294 bool ProfileSummaryInfo::isColdCount(uint64_t C) const { in isColdCount() function in ProfileSummaryInfo335 return Count && isColdCount(*Count); in isColdBlock()368 return isColdCount(*C); in isColdCallSite()
131 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()
64 return !PSI->isColdCount(CallsiteTotalSamples); in callsiteIsHot()
134 bool isColdCount(uint64_t C) const;
1160 else if (PSI->isColdCount(MaxCount)) in markFunctionAttributes()