Home
last modified time | relevance | path

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

/external/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()
/external/llvm-project/llvm/lib/Analysis/
DProfileSummaryInfo.cpp142 return FunctionCount && isHotCount(FunctionCount.getCount()); in isFunctionEntryHot()
155 if (isHotCount(FunctionCount.getCount())) in isFunctionHotInCallGraph()
165 if (isHotCount(TotalCallCount)) in isFunctionHotInCallGraph()
330 bool ProfileSummaryInfo::isHotCount(uint64_t C) const { in isHotCount() function in ProfileSummaryInfo
369 return Count && isHotCount(*Count); in isHotBlock()
401 return C && isHotCount(*C); in isHotCallSite()
DModuleSummaryAnalysis.cpp130 if (PSI->isHotCount(ProfileCount)) in getHotness()
/external/llvm-project/llvm/unittests/Analysis/
DProfileSummaryInfoTest.cpp134 EXPECT_FALSE(PSI.isHotCount(1000)); in TEST_F()
135 EXPECT_FALSE(PSI.isHotCount(0)); in TEST_F()
161 EXPECT_TRUE(PSI.isHotCount(400)); in TEST_F()
164 EXPECT_FALSE(PSI.isHotCount(100)); in TEST_F()
/external/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h59 bool isHotCount(uint64_t C);
/external/llvm/lib/Analysis/
DProfileSummaryInfo.cpp116 bool ProfileSummaryInfo::isHotCount(uint64_t C) { in isHotCount() function in ProfileSummaryInfo
DInlineCost.cpp639 PSI->isHotCount(TotalWeight)) in updateThreshold()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h124 bool isHotCount(uint64_t C);
/external/llvm-project/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h133 bool isHotCount(uint64_t C) const;
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp366 (PSI && PSI->hasProfileSummary() && !PSI->isHotCount(TotalCount))) in processFunction()
DPGOInstrumentation.cpp1131 if (PSI->isHotCount(EntryCount)) in markFunctionAttributes()
/external/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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp539 return PSI->isHotCount(CallsiteTotalSamples); in callsiteIsHot()
/external/llvm-project/llvm/lib/Transforms/IPO/
DSampleProfile.cpp569 return PSI->isHotCount(CallsiteTotalSamples); in callsiteIsHot()