Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp1184 FunctionPassManager GlobalCleanupPM; in buildModuleSimplificationPipeline() local
1186 GlobalCleanupPM.addPass(PromotePass()); in buildModuleSimplificationPipeline()
1187 GlobalCleanupPM.addPass(InstCombinePass()); in buildModuleSimplificationPipeline()
1188 invokePeepholeEPCallbacks(GlobalCleanupPM, Level); in buildModuleSimplificationPipeline()
1189 GlobalCleanupPM.addPass( in buildModuleSimplificationPipeline()
1191 MPM.addPass(createModuleToFunctionPassAdaptor(std::move(GlobalCleanupPM), in buildModuleSimplificationPipeline()