Home
last modified time | relevance | path

Searched refs:isColdCount (Results 1 – 6 of 6) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h151 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()
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp107 return FunctionCount && isColdCount(FunctionCount->getCount()); in isFunctionEntryCold()
168 bool ProfileSummaryInfo::isColdCount(uint64_t C) const { in isColdCount() function in ProfileSummaryInfo
210 return isColdCount(*C); in isColdCallSite()
H A DModuleSummaryAnalysis.cpp167 if (PSI->isColdCount(ProfileCount)) in getHotness()
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.cpp72 return !PSI->isColdCount(CallsiteTotalSamples); in callsiteIsHot()
/src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp893 !PSI->isColdCount(RemainingVTableCount)) { in isProfitableToCompareVTables()
H A DPGOInstrumentation.cpp1196 else if (PSI->isColdCount(MaxCount)) in markFunctionAttributes()