Home
last modified time | relevance | path

Searched refs:TestCustomAAWrapperPass (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DAliasAnalysisTest.cpp99 class TestCustomAAWrapperPass : public ImmutablePass { class
106 explicit TestCustomAAWrapperPass( in TestCustomAAWrapperPass() function in __anon24ab0ce70311::TestCustomAAWrapperPass
132 char TestCustomAAWrapperPass::ID = 0;
133 INITIALIZE_PASS_BEGIN(TestCustomAAWrapperPass, "test-custom-aa",
136 INITIALIZE_PASS_END(TestCustomAAWrapperPass, "test-custom-aa",
233 PM.add(new TestCustomAAWrapperPass([&] { IsCustomAAQueried = true; })); in TEST_F()
238 if (auto *WrapperPass = P.getAnalysisIfAvailable<TestCustomAAWrapperPass>()) in TEST_F()
/external/llvm/unittests/Analysis/
DAliasAnalysisTest.cpp99 class TestCustomAAWrapperPass : public ImmutablePass { class
106 explicit TestCustomAAWrapperPass( in TestCustomAAWrapperPass() function in __anonb3e856af0311::TestCustomAAWrapperPass
132 char TestCustomAAWrapperPass::ID = 0;
133 INITIALIZE_PASS_BEGIN(TestCustomAAWrapperPass, "test-custom-aa",
136 INITIALIZE_PASS_END(TestCustomAAWrapperPass, "test-custom-aa",
232 PM.add(new TestCustomAAWrapperPass([&] { IsCustomAAQueried = true; })); in TEST_F()
237 if (auto *WrapperPass = P.getAnalysisIfAvailable<TestCustomAAWrapperPass>()) in TEST_F()