Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Passes/
DPassBuilder.cpp407 LoopPassManager LPM1(DebugLogging), LPM2(DebugLogging); in buildFunctionSimplificationPipeline() local
419 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()