Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp94 static cl::opt<std::string> PeepholeEPPipeline( variable
254 if (tryParsePipelineText<FunctionPassManager>(PB, PeepholeEPPipeline)) in registerEPCallbacks()
258 Err(PB.parsePassPipeline(PM, PeepholeEPPipeline)); in registerEPCallbacks()