Home
last modified time | relevance | path

Searched defs: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
891 PreservedAnalyses run(Function &F, FunctionAnalysisManager &FAM) { in run()
909 FunctionPassManager &InnerPM;