My Project
|
#include <PassOptions.h>
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< EmptyPipelineOptions > | createFromString (StringRef options) |
A default empty option struct to be used for passes that do not need to take any options.