Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp150 if (!isColdCount(FunctionCount->getCount())) in isFunctionColdInCallGraph()
160 if (!isColdCount(TotalCallCount)) in isFunctionColdInCallGraph()
235 return FunctionCount && isColdCount(FunctionCount->getCount()); in isFunctionEntryCold()
296 bool ProfileSummaryInfo::isColdCount(uint64_t C) const { in isColdCount() function in ProfileSummaryInfo
337 return Count && isColdCount(*Count); in isColdBlock()
370 return isColdCount(*C); in isColdCallSite()
H A DModuleSummaryAnalysis.cpp134 if (PSI->isColdCount(ProfileCount)) in getHotness()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.cpp72 return !PSI->isColdCount(CallsiteTotalSamples); in callsiteIsHot()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h135 bool isColdCount(uint64_t C) const;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1134 else if (PSI->isColdCount(MaxCount)) in markFunctionAttributes()