Home
last modified time | relevance | path

Searched refs:hasInstrumentationProfile (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DProfileSummaryInfoTest.cpp106 EXPECT_FALSE(PSI.hasInstrumentationProfile()); in TEST_F()
151 EXPECT_TRUE(PSI.hasInstrumentationProfile()); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h72 bool hasInstrumentationProfile() { in hasInstrumentationProfile() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DPartialInlining.cpp398 if (!PSI->hasInstrumentationProfile()) in computeOutliningColdRegionsInfo()