Searched refs:LPM2 (Results 1 – 1 of 1) sorted by relevance
407 LoopPassManager LPM1(DebugLogging), LPM2(DebugLogging); in buildFunctionSimplificationPipeline() local419 LPM2.addPass(IndVarSimplifyPass()); in buildFunctionSimplificationPipeline()420 LPM2.addPass(LoopIdiomRecognizePass()); in buildFunctionSimplificationPipeline()423 C(LPM2, Level); in buildFunctionSimplificationPipeline()425 LPM2.addPass(LoopDeletionPass()); in buildFunctionSimplificationPipeline()431 LPM2.addPass(LoopFullUnrollPass(Level)); in buildFunctionSimplificationPipeline()434 C(LPM2, Level); in buildFunctionSimplificationPipeline()442 FPM.addPass(createFunctionToLoopPassAdaptor(std::move(LPM2), DebugLogging)); in buildFunctionSimplificationPipeline()