Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp140 static cl::opt<std::string> OptimizerLastEPPipeline( variable
311 if (tryParsePipelineText<ModulePassManager>(PB, OptimizerLastEPPipeline)) in registerEPCallbacks()
315 Err(PB.parsePassPipeline(PM, OptimizerLastEPPipeline)); in registerEPCallbacks()