Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DProfileSummaryInfo.cpp137 return FunctionCount && isHotCount(FunctionCount.getCount()); in isFunctionEntryHot()
150 if (isHotCount(FunctionCount.getCount())) in isFunctionHotInCallGraph()
160 if (isHotCount(TotalCallCount)) in isFunctionHotInCallGraph()
290 bool ProfileSummaryInfo::isHotCount(uint64_t C) { in isHotCount() function in ProfileSummaryInfo
321 return Count && isHotCount(*Count); in isHotBlock()
340 return C && isHotCount(*C); in isHotCallSite()
DModuleSummaryAnalysis.cpp130 if (PSI->isHotCount(ProfileCount)) in getHotness()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h124 bool isHotCount(uint64_t C);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp361 (PSI && PSI->hasProfileSummary() && !PSI->isHotCount(TotalCount))) in processFunction()
DPGOInstrumentation.cpp1053 if (PSI->isHotCount(EntryCount)) in markFunctionAttributes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp539 return PSI->isHotCount(CallsiteTotalSamples); in callsiteIsHot()