|
MLIR 22.0.0git
|
This class represents a specific pass option, with a provided data type. More...
#include "mlir/Pass/Pass.h"
Public Member Functions | |
| template<typename... Args> | |
| Option (Pass &parent, StringRef arg, Args &&...args) | |
| Public Member Functions inherited from mlir::detail::PassOptions::Option< DataType, OptionParser > | |
| template<typename... Args> | |
| Option (PassOptions &parent, StringRef arg, Args &&...args) | |
| ~Option () override=default | |
| Option & | operator= (const Option &other) |
This class represents a specific pass option, with a provided data type.
|
inline |
Definition at line 94 of file Pass.h.
References Option(), and mlir::Pass::Pass().
Referenced by Option().