Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp108 return FunctionCount && isHotCount(FunctionCount->getCount()); in isFunctionEntryHot()
121 if (isHotCount(FunctionCount->getCount())) in isFunctionHotInCallGraph()
131 if (isHotCount(TotalCallCount)) in isFunctionHotInCallGraph()
292 bool ProfileSummaryInfo::isHotCount(uint64_t C) const { in isHotCount() function in ProfileSummaryInfo
331 return Count && isHotCount(*Count); in isHotBlock()
363 return C && isHotCount(*C); in isHotCallSite()
H A DModuleSummaryAnalysis.cpp132 if (PSI->isHotCount(ProfileCount)) in getHotness()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.cpp74 return PSI->isHotCount(CallsiteTotalSamples); in callsiteIsHot()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h133 bool isHotCount(uint64_t C) const;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp307 (PSI && PSI->hasProfileSummary() && !PSI->isHotCount(TotalCount))) in processFunction()
H A DPGOInstrumentation.cpp1132 if (PSI->isHotCount(EntryCount)) in markFunctionAttributes()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1489 if (!PSI->isHotCount(EntryCountDistributed)) in inlineHotFunctionsWithPriority()