Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp148 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 ProfileSummaryInfo
335 return Count && isColdCount(*Count); in isColdBlock()
368 return isColdCount(*C); in isColdCallSite()
H A DModuleSummaryAnalysis.cpp131 if (PSI->isColdCount(ProfileCount)) in getHotness()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineSizeOpts.cpp35 return Count && PSI->isColdCount(*Count); in isColdBlock()
42 return Count && PSI->isColdCount(*Count); in isColdBlock()
85 if (!PSI->isColdCount(FunctionCount.getCount())) in isFunctionColdInCallGraph()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.cpp64 return !PSI->isColdCount(CallsiteTotalSamples); in callsiteIsHot()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h134 bool isColdCount(uint64_t C) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1160 else if (PSI->isColdCount(MaxCount)) in markFunctionAttributes()