Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/tools/opt/
DNewPMDriver.cpp93 static cl::opt<std::string> PeepholeEPPipeline( variable
237 if (tryParsePipelineText<FunctionPassManager>(PB, PeepholeEPPipeline)) in registerEPCallbacks()
241 Err(PB.parsePassPipeline(PM, PeepholeEPPipeline)); in registerEPCallbacks()