Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp964 FunctionPassManager GlobalCleanupPM; in buildModuleSimplificationPipeline() local
965 GlobalCleanupPM.addPass(InstCombinePass()); in buildModuleSimplificationPipeline()
966 invokePeepholeEPCallbacks(GlobalCleanupPM, Level); in buildModuleSimplificationPipeline()
968 GlobalCleanupPM.addPass( in buildModuleSimplificationPipeline()
970 MPM.addPass(createModuleToFunctionPassAdaptor(std::move(GlobalCleanupPM), in buildModuleSimplificationPipeline()