|
LLZK 2.1.1
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Types | |
| using | Base = CallGraphSCCsPrinterPassBase |
Public Member Functions | |
| CallGraphSCCsPrinterPassBase () | |
| CallGraphSCCsPrinterPassBase (const CallGraphSCCsPrinterPassBase &other) | |
| CallGraphSCCsPrinterPassBase & | operator= (const CallGraphSCCsPrinterPassBase &)=delete |
| CallGraphSCCsPrinterPassBase (CallGraphSCCsPrinterPassBase &&)=delete | |
| CallGraphSCCsPrinterPassBase & | operator= (CallGraphSCCsPrinterPassBase &&)=delete |
| ~CallGraphSCCsPrinterPassBase ()=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. | |
| CallGraphSCCsPrinterPassBase (CallGraphSCCsPrinterPassOptions 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<::llzk::OutputStream > | outputStream |
Friends | |
| std::unique_ptr<::mlir::Pass > | createCallGraphSCCsPrinterPass () |
| std::unique_ptr<::mlir::Pass > | createCallGraphSCCsPrinterPass (CallGraphSCCsPrinterPassOptions options) |
Definition at line 153 of file CallGraphPasses.cpp.
| using llzk::impl::CallGraphSCCsPrinterPassBase< DerivedT >::Base = CallGraphSCCsPrinterPassBase |
Definition at line 155 of file CallGraphPasses.cpp.
|
inline |
Definition at line 157 of file CallGraphPasses.cpp.
|
inline |
Definition at line 158 of file CallGraphPasses.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 210 of file CallGraphPasses.cpp.
|
inlinestatic |
Support isa/dyn_cast functionality for the derived pass class.
Definition at line 179 of file CallGraphPasses.cpp.
|
inlineoverride |
A clone method to create a copy of this pass.
Definition at line 184 of file CallGraphPasses.cpp.
|
inlineoverride |
Definition at line 168 of file CallGraphPasses.cpp.
|
inlinestatic |
Returns the command-line argument attached to this pass.
Definition at line 165 of file CallGraphPasses.cpp.
|
inlineoverride |
Return the dialect that must be loaded in the context before this pass.
Definition at line 189 of file CallGraphPasses.cpp.
|
inlineoverride |
Definition at line 170 of file CallGraphPasses.cpp.
|
inlineoverride |
Definition at line 176 of file CallGraphPasses.cpp.
|
inlinestatic |
Returns the derived pass name.
Definition at line 173 of file CallGraphPasses.cpp.
|
delete |
|
delete |
|
friend |
Definition at line 224 of file CallGraphPasses.cpp.
|
friend |
Definition at line 228 of file CallGraphPasses.cpp.
|
protected |
Definition at line 214 of file CallGraphPasses.cpp.