Searched defs:TestSimplifyCFGWrapperPass (Results 1 – 1 of 1) sorted by relevance
888 struct TestSimplifyCFGWrapperPass : PassInfoMixin<TestSimplifyCFGWrapperPass> { struct889 TestSimplifyCFGWrapperPass(FunctionPassManager &InnerPM) : InnerPM(InnerPM) {} in TestSimplifyCFGWrapperPass() function891 PreservedAnalyses run(Function &F, FunctionAnalysisManager &FAM) { in run()909 FunctionPassManager &InnerPM;