Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/Analysis/
H A DAliasAnalysisTest.cpp98 class TestCustomAAWrapperPass : public ImmutablePass { class
105 explicit TestCustomAAWrapperPass( in TestCustomAAWrapperPass() function in __anon6d43c8000311::TestCustomAAWrapperPass
131 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()