Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp1101 FunctionPassManager GlobalCleanupPM; in buildModuleSimplificationPipeline() local
1103 GlobalCleanupPM.addPass(PromotePass()); in buildModuleSimplificationPipeline()
1104 GlobalCleanupPM.addPass(InstCombinePass()); in buildModuleSimplificationPipeline()
1105 invokePeepholeEPCallbacks(GlobalCleanupPM, Level); in buildModuleSimplificationPipeline()
1106 GlobalCleanupPM.addPass( in buildModuleSimplificationPipeline()
1108 MPM.addPass(createModuleToFunctionPassAdaptor(std::move(GlobalCleanupPM), in buildModuleSimplificationPipeline()