My Project
List of all members
mlir::EmptyPipelineOptions Struct Reference

#include <PassOptions.h>

Inheritance diagram for mlir::EmptyPipelineOptions:
Inheritance graph
[legend]
Collaboration diagram for mlir::EmptyPipelineOptions:
Collaboration graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from mlir::detail::PassOptions
 PassOptions ()=default
 
void copyOptionValuesFrom (const PassOptions &other)
 Copy the option values from 'other'. More...
 
LogicalResult parseFromString (StringRef options)
 
void print (raw_ostream &os)
 
- Static Public Member Functions inherited from mlir::PassPipelineOptions< EmptyPipelineOptions >
static std::unique_ptr< EmptyPipelineOptionscreateFromString (StringRef options)
 

Detailed Description

A default empty option struct to be used for passes that do not need to take any options.


The documentation for this struct was generated from the following file: