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.cpp1149 FunctionPassManager GlobalCleanupPM; in buildModuleSimplificationPipeline() local
1151 GlobalCleanupPM.addPass(PromotePass()); in buildModuleSimplificationPipeline()
1152 GlobalCleanupPM.addPass(InstCombinePass()); in buildModuleSimplificationPipeline()
1153 invokePeepholeEPCallbacks(GlobalCleanupPM, Level); in buildModuleSimplificationPipeline()
1154 GlobalCleanupPM.addPass( in buildModuleSimplificationPipeline()
1156 MPM.addPass(createModuleToFunctionPassAdaptor(std::move(GlobalCleanupPM), in buildModuleSimplificationPipeline()