Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Passes/
DPassBuilder.cpp634 FunctionPassManager GlobalCleanupPM(DebugLogging); in buildModuleSimplificationPipeline() local
635 GlobalCleanupPM.addPass(InstCombinePass()); in buildModuleSimplificationPipeline()
636 invokePeepholeEPCallbacks(GlobalCleanupPM, Level); in buildModuleSimplificationPipeline()
638 GlobalCleanupPM.addPass(SimplifyCFGPass()); in buildModuleSimplificationPipeline()
639 MPM.addPass(createModuleToFunctionPassAdaptor(std::move(GlobalCleanupPM))); in buildModuleSimplificationPipeline()