Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h122 return FunctionCount && isHotCount(FunctionCount->getCount()); in isFunctionEntryHot()
131 if (isHotCount(FunctionCount->getCount())) in isFunctionHotInCallGraph()
135 if (isHotCount(*TotalCallCount)) in isFunctionHotInCallGraph()
182 bool isHotCount(uint64_t C) const;
200 return Count && isHotCount(*Count); in isHotBlock()
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp164 bool ProfileSummaryInfo::isHotCount(uint64_t C) const { in isHotCount() function in ProfileSummaryInfo
203 return C && isHotCount(*C); in isHotCallSite()
H A DModuleSummaryAnalysis.cpp165 if (PSI->isHotCount(ProfileCount)) in getHotness()
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.cpp74 return PSI->isHotCount(CallsiteTotalSamples); in callsiteIsHot()
/src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp814 (PSI && PSI->hasProfileSummary() && !PSI->isHotCount(TotalCount))) in processFunction()
H A DPGOInstrumentation.cpp1194 if (PSI->isHotCount(EntryCount)) in markFunctionAttributes()
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1486 if (!PSI->isHotCount(EntryCountDistributed)) in inlineHotFunctionsWithPriority()