LLZK 2.1.1
An open-source IR for Zero Knowledge (ZK) circuits
Loading...
Searching...
No Matches
LLZKRemoveUnusedDiscardableAllocationsPass.cpp File Reference

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"
Include dependency graph for LLZKRemoveUnusedDiscardableAllocationsPass.cpp:

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)

Detailed Description

This file implements the -llzk-remove-unused-discardable-allocations pass.

Definition in file LLZKRemoveUnusedDiscardableAllocationsPass.cpp.

Macro Definition Documentation

◆ GEN_PASS_DEF_REMOVEUNUSEDDISCARDABLEALLOCATIONSPASS

#define GEN_PASS_DEF_REMOVEUNUSEDDISCARDABLEALLOCATIONSPASS