| MLIR
    22.0.0git
    | 
| Public Member Functions | |
| PassPipelineCLParserImpl (StringRef arg, StringRef description, bool passNamesOnly) | |
| bool | contains (const PassRegistryEntry *entry) const | 
| Returns true if the given pass registry entry was registered at the top-level of the parser, i.e.  More... | |
| Public Attributes | |
| llvm::cl::list< PassArgData, bool, PassNameParser > | passList | 
| The set of passes and pass pipelines to run.  More... | |
Definition at line 952 of file PassRegistry.cpp.
| 
 | inline | 
Definition at line 953 of file PassRegistry.cpp.
| 
 | inline | 
Returns true if the given pass registry entry was registered at the top-level of the parser, i.e.
not within an explicit textual pipeline.
Definition at line 962 of file PassRegistry.cpp.
| llvm::cl::list<PassArgData, bool, PassNameParser> mlir::detail::PassPipelineCLParserImpl::passList | 
The set of passes and pass pipelines to run.
Definition at line 969 of file PassRegistry.cpp.