Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp106 return FunctionCount && isHotCount(FunctionCount.getCount()); in isFunctionEntryHot()
119 if (isHotCount(FunctionCount.getCount())) in isFunctionHotInCallGraph()
129 if (isHotCount(TotalCallCount)) in isFunctionHotInCallGraph()
290 bool ProfileSummaryInfo::isHotCount(uint64_t C) const { in isHotCount() function in ProfileSummaryInfo
329 return Count && isHotCount(*Count); in isHotBlock()
361 return C && isHotCount(*C); in isHotCallSite()
H A DModuleSummaryAnalysis.cpp129 if (PSI->isHotCount(ProfileCount)) in getHotness()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.cpp66 return PSI->isHotCount(CallsiteTotalSamples); in callsiteIsHot()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h132 bool isHotCount(uint64_t C) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp366 (PSI && PSI->hasProfileSummary() && !PSI->isHotCount(TotalCount))) in processFunction()
H A DPGOInstrumentation.cpp1158 if (PSI->isHotCount(EntryCount)) in markFunctionAttributes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1377 if (!PSI->isHotCount(EntryCountDistributed)) in inlineHotFunctionsWithPriority()