Home
last modified time | relevance | path

Searched refs:isColdCount (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DProfileSummaryInfo.cpp179 if (!isColdCount(FunctionCount.getCount())) in isFunctionColdInCallGraph()
189 if (!isColdCount(TotalCallCount)) in isFunctionColdInCallGraph()
237 return FunctionCount && isColdCount(FunctionCount.getCount()); in isFunctionEntryCold()
296 bool ProfileSummaryInfo::isColdCount(uint64_t C) { in isColdCount() function in ProfileSummaryInfo
327 return Count && isColdCount(*Count); in isColdBlock()
347 return isColdCount(*C); in isColdCallSite()
DModuleSummaryAnalysis.cpp132 if (PSI->isColdCount(ProfileCount)) in getHotness()
/external/llvm-project/llvm/lib/Analysis/
DProfileSummaryInfo.cpp184 if (!isColdCount(FunctionCount.getCount())) in isFunctionColdInCallGraph()
194 if (!isColdCount(TotalCallCount)) in isFunctionColdInCallGraph()
269 return FunctionCount && isColdCount(FunctionCount.getCount()); in isFunctionEntryCold()
334 bool ProfileSummaryInfo::isColdCount(uint64_t C) const { in isColdCount() function in ProfileSummaryInfo
375 return Count && isColdCount(*Count); in isColdBlock()
408 return isColdCount(*C); in isColdCallSite()
DModuleSummaryAnalysis.cpp132 if (PSI->isColdCount(ProfileCount)) in getHotness()
/external/llvm-project/llvm/lib/CodeGen/
DMachineSizeOpts.cpp35 return Count && PSI->isColdCount(*Count); in isColdBlock()
42 return Count && PSI->isColdCount(*Count); in isColdBlock()
85 if (!PSI->isColdCount(FunctionCount.getCount())) in isFunctionColdInCallGraph()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineSizeOpts.cpp33 return Count && PSI->isColdCount(*Count); in isColdBlock()
52 if (!PSI->isColdCount(FunctionCount.getCount())) in isFunctionColdInCallGraph()
/external/llvm-project/llvm/unittests/Analysis/
DProfileSummaryInfoTest.cpp136 EXPECT_FALSE(PSI.isColdCount(1000)); in TEST_F()
137 EXPECT_FALSE(PSI.isColdCount(0)); in TEST_F()
162 EXPECT_TRUE(PSI.isColdCount(2)); in TEST_F()
163 EXPECT_FALSE(PSI.isColdCount(100)); in TEST_F()
/external/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h61 bool isColdCount(uint64_t C);
/external/llvm/lib/Analysis/
DProfileSummaryInfo.cpp122 bool ProfileSummaryInfo::isColdCount(uint64_t C) { in isColdCount() function in ProfileSummaryInfo
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h126 bool isColdCount(uint64_t C);
/external/llvm-project/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h135 bool isColdCount(uint64_t C) const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp537 return !PSI->isColdCount(CallsiteTotalSamples); in callsiteIsHot()
/external/llvm-project/llvm/lib/Transforms/IPO/
DSampleProfile.cpp567 return !PSI->isColdCount(CallsiteTotalSamples); in callsiteIsHot()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1055 else if (PSI->isColdCount(MaxCount)) in markFunctionAttributes()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1133 else if (PSI->isColdCount(MaxCount)) in markFunctionAttributes()