|
LLZK 2.1.1
An open-source IR for Zero Knowledge (ZK) circuits
|
This file implements the -llzk-remove-unused-discardable-allocations pass. More...
#include "llzk/Dialect/Shared/DiscardableAllocationOpInterfaces.h"#include "llzk/Transforms/LLZKTransformationPasses.h"#include <mlir/Analysis/DataLayoutAnalysis.h>#include <mlir/IR/BuiltinOps.h>#include <mlir/IR/Operation.h>#include <mlir/Interfaces/SideEffectInterfaces.h>#include <llvm/ADT/ArrayRef.h>#include <llvm/ADT/STLExtras.h>#include <llvm/ADT/SmallPtrSet.h>#include <llvm/ADT/SmallVector.h>#include <llvm/Support/Casting.h>#include "llzk/Transforms/LLZKTransformationPasses.h.inc"Go to the source code of this file.
Classes | |
| class | llzk::impl::RemoveUnusedDiscardableAllocationsPassBase< DerivedT > |
Namespaces | |
| namespace | llzk |
| namespace | llzk::impl |
Macros | |
| #define | GEN_PASS_DEF_REMOVEUNUSEDDISCARDABLEALLOCATIONSPASS |
Functions | |
| std::unique_ptr<::mlir::Pass > | llzk::impl::createRemoveUnusedDiscardableAllocationsPass () |
| std::unique_ptr<::mlir::Pass > | llzk::impl::createRemoveUnusedDiscardableAllocationsPass (RemoveUnusedDiscardableAllocationsPassOptions options) |
| std::unique_ptr<::mlir::Pass > | llzk::createRemoveUnusedDiscardableAllocationsPass () |
| std::unique_ptr<::mlir::Pass > | llzk::createRemoveUnusedDiscardableAllocationsPass (RemoveUnusedDiscardableAllocationsPassOptions options) |
This file implements the -llzk-remove-unused-discardable-allocations pass.
Definition in file LLZKRemoveUnusedDiscardableAllocationsPass.cpp.
| #define GEN_PASS_DEF_REMOVEUNUSEDDISCARDABLEALLOCATIONSPASS |
Definition at line 31 of file LLZKRemoveUnusedDiscardableAllocationsPass.cpp.