Searched refs:TestSimplifyCFGWrapperPass (Results 1 – 1 of 1) sorted by relevance
888 struct TestSimplifyCFGWrapperPass : PassInfoMixin<TestSimplifyCFGWrapperPass> { struct889 TestSimplifyCFGWrapperPass(FunctionPassManager &InnerPM) : InnerPM(InnerPM) {} in TestSimplifyCFGWrapperPass() function950 FPM.addPass(TestSimplifyCFGWrapperPass(InnerFPM)); in TEST_F()