|
LLZK 0.1.0
Veridise's ZK Language IR
|
Public Member Functions | |
| SymbolDefTreePass () | |
| Public Member Functions inherited from llzk::impl::SymbolDefTreePrinterPassBase< SymbolDefTreePass > | |
| SymbolDefTreePrinterPassBase () | |
| SymbolDefTreePrinterPassBase & | operator= (const SymbolDefTreePrinterPassBase &)=delete |
| ~SymbolDefTreePrinterPassBase ()=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. | |
Protected Member Functions | |
| void | runOnOperation () override |
Additional Inherited Members | |
| Public Types inherited from llzk::impl::SymbolDefTreePrinterPassBase< SymbolDefTreePass > | |
| using | Base |
| Static Public Member Functions inherited from llzk::impl::SymbolDefTreePrinterPassBase< SymbolDefTreePass > | |
| 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 inherited from llzk::impl::SymbolDefTreePrinterPassBase< SymbolDefTreePass > | |
| ::mlir::Pass::Option<::llzk::OutputStream > | outputStream |
| ::mlir::Pass::Option< bool > | saveDotGraph |
Definition at line 26 of file SymbolDefTreePass.cpp.
|
inline |
Definition at line 28 of file SymbolDefTreePass.cpp.
|
inlineoverrideprotected |
Definition at line 31 of file SymbolDefTreePass.cpp.