|
LLZK 2.1.1
An open-source IR for Zero Knowledge (ZK) circuits
|
#include "llzk/Dialect/Polymorphic/Transforms/TransformationPassEnums.h"#include "llzk/Pass/PassBase.h"#include "llzk/Dialect/Polymorphic/Transforms/TransformationPasses.h.inc"Go to the source code of this file.
Classes | |
| struct | llzk::polymorphic::FlatteningPassOptions |
Namespaces | |
| namespace | llzk |
| namespace | llzk::polymorphic |
Macros | |
| #define | GEN_PASS_DECL |
| #define | GEN_PASS_REGISTRATION |
| #define | GEN_PASS_DECL_EMPTYTEMPLATEREMOVALPASS |
| #define | GEN_PASS_DECL_FLATTENINGPASS |
Functions | |
| std::unique_ptr<::mlir::Pass > | llzk::polymorphic::createEmptyTemplateRemovalPass () |
| std::unique_ptr<::mlir::Pass > | llzk::polymorphic::createFlatteningPass () |
| std::unique_ptr<::mlir::Pass > | llzk::polymorphic::createFlatteningPass (FlatteningPassOptions options) |
| void | llzk::polymorphic::registerEmptyTemplateRemovalPass () |
| void | llzk::polymorphic::registerEmptyTemplateRemovalPassPass () |
| void | llzk::polymorphic::registerFlatteningPass () |
| void | llzk::polymorphic::registerFlatteningPassPass () |
| void | llzk::polymorphic::registerTransformationPasses () |
| #define GEN_PASS_DECL |
Definition at line 17 of file TransformationPasses.h.
| #define GEN_PASS_DECL_EMPTYTEMPLATEREMOVALPASS |
Definition at line 6 of file TransformationPasses.h.
| #define GEN_PASS_DECL_FLATTENINGPASS |
Definition at line 7 of file TransformationPasses.h.
| #define GEN_PASS_REGISTRATION |
Definition at line 18 of file TransformationPasses.h.