Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Pass/
H A DPassRegistry.h226 struct PassPipelineCLParserImpl;
256 std::unique_ptr<detail::PassPipelineCLParserImpl> impl;
276 std::unique_ptr<detail::PassPipelineCLParserImpl> impl;
/llvm-project-15.0.7/mlir/lib/Pass/
H A DPassRegistry.cpp879 struct PassPipelineCLParserImpl { struct
880 PassPipelineCLParserImpl(StringRef arg, StringRef description, in PassPipelineCLParserImpl() function
903 : impl(std::make_unique<detail::PassPipelineCLParserImpl>( in PassPipelineCLParser()
944 : impl(std::make_unique<detail::PassPipelineCLParserImpl>( in PassNameCLParser()