Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Pass/
DPassRegistry.h216 struct PassPipelineCLParserImpl;
246 std::unique_ptr<detail::PassPipelineCLParserImpl> impl;
/external/llvm-project/mlir/lib/Pass/
DPassRegistry.cpp623 struct PassPipelineCLParserImpl { struct
624 PassPipelineCLParserImpl(StringRef arg, StringRef description) in PassPipelineCLParserImpl() argument
637 : impl(std::make_unique<detail::PassPipelineCLParserImpl>(arg, in PassPipelineCLParser()