Searched refs:TestCustomAAWrapperPass (Results 1 – 1 of 1) sorted by relevance
100 class TestCustomAAWrapperPass : public ImmutablePass { class107 explicit TestCustomAAWrapperPass( in TestCustomAAWrapperPass() function in __anon49191afd0311::TestCustomAAWrapperPass133 char TestCustomAAWrapperPass::ID = 0;134 INITIALIZE_PASS_BEGIN(TestCustomAAWrapperPass, "test-custom-aa",137 INITIALIZE_PASS_END(TestCustomAAWrapperPass, "test-custom-aa",394 PM.add(new TestCustomAAWrapperPass([&] { IsCustomAAQueried = true; })); in TEST_F()399 if (auto *WrapperPass = P.getAnalysisIfAvailable<TestCustomAAWrapperPass>()) in TEST_F()