Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/
H A DPassBuilder.cpp1159 FunctionPassManager GlobalCleanupPM; in buildModuleSimplificationPipeline() local
1160 GlobalCleanupPM.addPass(InstCombinePass()); in buildModuleSimplificationPipeline()
1161 invokePeepholeEPCallbacks(GlobalCleanupPM, Level); in buildModuleSimplificationPipeline()
1163 GlobalCleanupPM.addPass(SimplifyCFGPass()); in buildModuleSimplificationPipeline()
1164 MPM.addPass(createModuleToFunctionPassAdaptor(std::move(GlobalCleanupPM))); in buildModuleSimplificationPipeline()