Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DAliasAnalysisTest.cpp100 class TestCustomAAWrapperPass : public ImmutablePass { class
107 explicit TestCustomAAWrapperPass( in TestCustomAAWrapperPass() function in __anon49191afd0311::TestCustomAAWrapperPass
133 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()