Searched refs:TestCustomAAWrapperPass (Results 1 – 2 of 2) sorted by relevance
99 class TestCustomAAWrapperPass : public ImmutablePass { class106 explicit TestCustomAAWrapperPass( in TestCustomAAWrapperPass() function in __anon24ab0ce70311::TestCustomAAWrapperPass132 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()
99 class TestCustomAAWrapperPass : public ImmutablePass { class106 explicit TestCustomAAWrapperPass( in TestCustomAAWrapperPass() function in __anonb3e856af0311::TestCustomAAWrapperPass132 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()