Searched refs:tryParsePipelineText (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp222 bool tryParsePipelineText(PassBuilder &PB, function
241 if (tryParsePipelineText<FunctionPassManager>(PB, PeepholeEPPipeline))
247 if (tryParsePipelineText<LoopPassManager>(PB,
254 if (tryParsePipelineText<LoopPassManager>(PB, LoopOptimizerEndEPPipeline))
260 if (tryParsePipelineText<FunctionPassManager>(PB,
267 if (tryParsePipelineText<CGSCCPassManager>(PB, CGSCCOptimizerLateEPPipeline))
273 if (tryParsePipelineText<FunctionPassManager>(PB, VectorizerStartEPPipeline))
279 if (tryParsePipelineText<ModulePassManager>(PB, PipelineStartEPPipeline))
285 if (tryParsePipelineText<ModulePassManager>(
292 if (tryParsePipelineText<ModulePassManage
[all...]

Completed in 116 milliseconds