Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Analysis/
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()
DModuleSummaryAnalysis.cpp132 if (PSI->isHotCount(ProfileCount)) in getHotness()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DSampleProfileLoaderBaseUtil.cpp74 return PSI->isHotCount(CallsiteTotalSamples); in callsiteIsHot()
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h133 bool isHotCount(uint64_t C) const;
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp307 (PSI && PSI->hasProfileSummary() && !PSI->isHotCount(TotalCount))) in processFunction()
DPGOInstrumentation.cpp1132 if (PSI->isHotCount(EntryCount)) in markFunctionAttributes()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DSampleProfile.cpp1489 if (!PSI->isHotCount(EntryCountDistributed)) in inlineHotFunctionsWithPriority()