|
LLZK 2.1.1
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Types | |
| using | Base = FlatteningPassBase |
Public Member Functions | |
| FlatteningPassBase () | |
| FlatteningPassBase (const FlatteningPassBase &other) | |
| FlatteningPassBase & | operator= (const FlatteningPassBase &)=delete |
| FlatteningPassBase (FlatteningPassBase &&)=delete | |
| FlatteningPassBase & | operator= (FlatteningPassBase &&)=delete |
| ~FlatteningPassBase ()=default | |
| ::llvm::StringRef | getArgument () const override |
| ::llvm::StringRef | getDescription () const override |
| ::llvm::StringRef | getName () const override |
| std::unique_ptr<::mlir::Pass > | clonePass () const override |
| A clone method to create a copy of this pass. | |
| void | getDependentDialects (::mlir::DialectRegistry ®istry) const override |
| Return the dialect that must be loaded in the context before this pass. | |
| FlatteningPassBase (FlatteningPassOptions options) | |
| Explicitly declare the TypeID for this class. | |
Static Public Member Functions | |
| static constexpr ::llvm::StringLiteral | getArgumentName () |
| Returns the command-line argument attached to this pass. | |
| static constexpr ::llvm::StringLiteral | getPassName () |
| Returns the derived pass name. | |
| static bool | classof (const ::mlir::Pass *pass) |
| Support isa/dyn_cast functionality for the derived pass class. | |
Protected Attributes | |
| ::mlir::Pass::Option< unsigned > | iterationLimit {*this, "max-iter", ::llvm::cl::desc("Maximum number of times the pass will run if a fixpoint is not reached earlier. Unrolling loops can provide more opportunities for instantiating structs but the converse is true as well. Thus, the pass will run multiple times until no further changes can be made or the upper limit provided in this option is reached."), ::llvm::cl::init(1000)} |
| ::mlir::Pass::Option<::llzk::polymorphic::FlatteningCleanupMode > | cleanupMode |
Friends | |
| std::unique_ptr<::mlir::Pass > | createFlatteningPass () |
| std::unique_ptr<::mlir::Pass > | createFlatteningPass (FlatteningPassOptions options) |
Definition at line 122 of file FlatteningPass.cpp.
| using llzk::polymorphic::impl::FlatteningPassBase< DerivedT >::Base = FlatteningPassBase |
Definition at line 124 of file FlatteningPass.cpp.
|
inline |
Definition at line 126 of file FlatteningPass.cpp.
|
inline |
Definition at line 127 of file FlatteningPass.cpp.
|
delete |
|
default |
|
inline |
Explicitly declare the TypeID for this class.
We declare an explicit private instantiation because Pass classes should only be visible by the current library.
Definition at line 179 of file FlatteningPass.cpp.
|
inlinestatic |
Support isa/dyn_cast functionality for the derived pass class.
Definition at line 148 of file FlatteningPass.cpp.
|
inlineoverride |
A clone method to create a copy of this pass.
Definition at line 153 of file FlatteningPass.cpp.
|
inlineoverride |
Definition at line 137 of file FlatteningPass.cpp.
|
inlinestatic |
Returns the command-line argument attached to this pass.
Definition at line 134 of file FlatteningPass.cpp.
|
inlineoverride |
Return the dialect that must be loaded in the context before this pass.
Definition at line 158 of file FlatteningPass.cpp.
|
inlineoverride |
Definition at line 139 of file FlatteningPass.cpp.
|
inlineoverride |
Definition at line 145 of file FlatteningPass.cpp.
|
inlinestatic |
Returns the derived pass name.
Definition at line 142 of file FlatteningPass.cpp.
|
delete |
|
delete |
|
friend |
Definition at line 200 of file FlatteningPass.cpp.
|
friend |
Definition at line 204 of file FlatteningPass.cpp.
|
protected |
Definition at line 185 of file FlatteningPass.cpp.
|
protected |
Definition at line 184 of file FlatteningPass.cpp.