|
LLZK 2.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Types | |
| using | Base = InlineStructsPassBase |
Public Member Functions | |
| InlineStructsPassBase () | |
| InlineStructsPassBase (const InlineStructsPassBase &other) | |
| InlineStructsPassBase & | operator= (const InlineStructsPassBase &)=delete |
| InlineStructsPassBase (InlineStructsPassBase &&)=delete | |
| InlineStructsPassBase & | operator= (InlineStructsPassBase &&)=delete |
| ~InlineStructsPassBase ()=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. | |
| InlineStructsPassBase (InlineStructsPassOptions 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< uint64_t > | maxComplexity {*this, "max-merge-complexity", ::llvm::cl::desc("Maximum allowed constraint+multiplications in merged @constrain functions"), ::llvm::cl::init(0)} |
Definition at line 259 of file LLZKInlineStructsPass.cpp.
| using llzk::impl::InlineStructsPassBase< DerivedT >::Base = InlineStructsPassBase |
Definition at line 261 of file LLZKInlineStructsPass.cpp.
|
inline |
Definition at line 263 of file LLZKInlineStructsPass.cpp.
|
inline |
Definition at line 264 of file LLZKInlineStructsPass.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 316 of file LLZKInlineStructsPass.cpp.
|
inlinestatic |
Support isa/dyn_cast functionality for the derived pass class.
Definition at line 285 of file LLZKInlineStructsPass.cpp.
|
inlineoverride |
A clone method to create a copy of this pass.
Definition at line 290 of file LLZKInlineStructsPass.cpp.
|
inlineoverride |
Definition at line 274 of file LLZKInlineStructsPass.cpp.
|
inlinestatic |
Returns the command-line argument attached to this pass.
Definition at line 271 of file LLZKInlineStructsPass.cpp.
|
inlineoverride |
Return the dialect that must be loaded in the context before this pass.
Definition at line 295 of file LLZKInlineStructsPass.cpp.
|
inlineoverride |
Definition at line 276 of file LLZKInlineStructsPass.cpp.
|
inlineoverride |
Definition at line 282 of file LLZKInlineStructsPass.cpp.
|
inlinestatic |
Returns the derived pass name.
Definition at line 279 of file LLZKInlineStructsPass.cpp.
|
delete |
|
delete |
|
protected |
Definition at line 320 of file LLZKInlineStructsPass.cpp.