Home
last modified time | relevance | path

Searched defs:TestSimplifyCFGWrapperPass (Results 1 – 1 of 1) sorted by relevance

/llvm-project/llvm/unittests/IR/
H A DPassManagerTest.cpp894 struct TestSimplifyCFGWrapperPass : PassInfoMixin<TestSimplifyCFGWrapperPass> { struct
895 TestSimplifyCFGWrapperPass(FunctionPassManager &InnerPM) : InnerPM(InnerPM) {} in TestSimplifyCFGWrapperPass() function
897 PreservedAnalyses run(Function &F, FunctionAnalysisManager &FAM) { in run()
915 FunctionPassManager &InnerPM;