MLIR
21.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 953 of file PassRegistry.cpp.
|
inline |
Definition at line 954 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 963 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 970 of file PassRegistry.cpp.