Searched refs:TestCustomAAWrapperPass (Results 1 – 1 of 1) sorted by relevance
98 class TestCustomAAWrapperPass : public ImmutablePass { class105 explicit TestCustomAAWrapperPass( in TestCustomAAWrapperPass() function in __anon6d43c8000311::TestCustomAAWrapperPass131 char TestCustomAAWrapperPass::ID = 0;132 INITIALIZE_PASS_BEGIN(TestCustomAAWrapperPass, "test-custom-aa",135 INITIALIZE_PASS_END(TestCustomAAWrapperPass, "test-custom-aa",392 PM.add(new TestCustomAAWrapperPass([&] { IsCustomAAQueried = true; })); in TEST_F()397 if (auto *WrapperPass = P.getAnalysisIfAvailable<TestCustomAAWrapperPass>()) in TEST_F()