Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DPassManagerTest.cpp888 struct TestSimplifyCFGWrapperPass : PassInfoMixin<TestSimplifyCFGWrapperPass> { struct
889 TestSimplifyCFGWrapperPass(FunctionPassManager &InnerPM) : InnerPM(InnerPM) {} in TestSimplifyCFGWrapperPass() function
950 FPM.addPass(TestSimplifyCFGWrapperPass(InnerFPM)); in TEST_F()