Home
last modified time | relevance | path

Searched refs:hasProfileSummary (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h63 bool hasProfileSummary() { return computeSummary(); } in hasProfileSummary() function
67 return hasProfileSummary() && in hasSampleProfile()
73 return hasProfileSummary() && in hasInstrumentationProfile()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DProfileSummaryInfoTest.cpp104 EXPECT_FALSE(PSI.hasProfileSummary()); in TEST_F()
135 EXPECT_TRUE(PSI.hasProfileSummary()); in TEST_F()
150 EXPECT_TRUE(PSI.hasProfileSummary()); in TEST_F()
182 EXPECT_TRUE(PSI.hasProfileSummary()); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp360 (PSI && PSI->hasProfileSummary() && !PSI->isHotCount(TotalCount))) in processFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInlineCost.cpp798 if (PSI && PSI->hasProfileSummary()) in isColdCallSite()
823 if (PSI && PSI->hasProfileSummary() && PSI->isHotCallSite(CS, CallerBFI)) in getHotCallSiteThreshold()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DPartialInlining.cpp1261 if (PSI->hasProfileSummary() && F->hasProfileData() && in unswitchFunction()