Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DProfileSummaryInfo.cpp157 if (!isColdCount(FunctionCount.getCount())) in isFunctionColdInCallGraph()
167 if (!isColdCount(TotalCallCount)) in isFunctionColdInCallGraph()
190 return FunctionCount && isColdCount(FunctionCount.getCount()); in isFunctionEntryCold()
220 bool ProfileSummaryInfo::isColdCount(uint64_t C) { in isColdCount() function in ProfileSummaryInfo
246 return Count && isColdCount(*Count); in isColdBB()
259 return isColdCount(*C); in isColdCallSite()
DModuleSummaryAnalysis.cpp127 if (PSI->isColdCount(ProfileCount)) in getHotness()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DProfileSummaryInfoTest.cpp111 EXPECT_FALSE(PSI.isColdCount(1000)); in TEST_F()
112 EXPECT_FALSE(PSI.isColdCount(0)); in TEST_F()
137 EXPECT_TRUE(PSI.isColdCount(2)); in TEST_F()
138 EXPECT_FALSE(PSI.isColdCount(100)); in TEST_F()
/external/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h61 bool isColdCount(uint64_t C);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h104 bool isColdCount(uint64_t C);
/external/llvm/lib/Analysis/
DProfileSummaryInfo.cpp122 bool ProfileSummaryInfo::isColdCount(uint64_t C) { in isColdCount() function in ProfileSummaryInfo