Searched refs:GlobalCleanupPM (Results 1 – 1 of 1) sorted by relevance
1159 FunctionPassManager GlobalCleanupPM; in buildModuleSimplificationPipeline() local1160 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()