Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h152 if (!isColdCount(FunctionCount->getCount())) in isFunctionColdInCallGraph()
156 if (!isColdCount(*TotalCallCount)) in isFunctionColdInCallGraph()
185 LLVM_ABI bool isColdCount(uint64_t C) const;
209 return Count && isColdCount(*Count); in isColdBlock()
215 return Count && isColdCount(*Count); in isColdBlock()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp112 return FunctionCount && isColdCount(FunctionCount->getCount()); in isFunctionEntryCold()
172 bool ProfileSummaryInfo::isColdCount(uint64_t C) const { in isColdCount() function in ProfileSummaryInfo
214 return isColdCount(*C); in isColdCallSite()
H A DStaticDataProfileInfo.cpp46 if (PSI->isColdCount(*Count)) in getConstantSectionPrefix()
H A DModuleSummaryAnalysis.cpp173 if (PSI->isColdCount(ProfileCount)) in getHotness()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.cpp72 return !PSI->isColdCount(CallsiteTotalSamples); in callsiteIsHot()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStaticDataSplitter.cpp192 if (Count && PSI->isColdCount(*Count)) in partitionStaticDataWithProfiles()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1277 else if (PSI->isColdCount(MaxCount)) in markFunctionAttributes()