Searched defs:TestSimplifyCFGWrapperPass (Results 1 – 1 of 1) sorted by relevance
894 struct TestSimplifyCFGWrapperPass : PassInfoMixin<TestSimplifyCFGWrapperPass> { struct895 TestSimplifyCFGWrapperPass(FunctionPassManager &InnerPM) : InnerPM(InnerPM) {} in TestSimplifyCFGWrapperPass() function897 PreservedAnalyses run(Function &F, FunctionAnalysisManager &FAM) { in run()915 FunctionPassManager &InnerPM;