|
LLZK 2.1.1
An open-source IR for Zero Knowledge (ZK) circuits
|
This file implements the -llzk-print-constraint-dependency-graphs pass. More...
#include "llzk/Analysis/AnalysisPasses.h"#include "llzk/Analysis/ConstraintDependencyGraph.h"#include "llzk/Util/SymbolHelper.h"#include <llvm/ADT/SmallVector.h>#include <llvm/Support/ErrorHandling.h>#include "llzk/Analysis/AnalysisPasses.h.inc"Go to the source code of this file.
Classes | |
| class | llzk::impl::ConstraintDependencyGraphPrinterPassBase< DerivedT > |
Namespaces | |
| namespace | llzk |
| namespace | llzk::impl |
Macros | |
| #define | GEN_PASS_DEF_CONSTRAINTDEPENDENCYGRAPHPRINTERPASS |
Functions | |
| std::unique_ptr<::mlir::Pass > | llzk::impl::createConstraintDependencyGraphPrinterPass () |
| std::unique_ptr<::mlir::Pass > | llzk::impl::createConstraintDependencyGraphPrinterPass (ConstraintDependencyGraphPrinterPassOptions options) |
| std::unique_ptr<::mlir::Pass > | llzk::createConstraintDependencyGraphPrinterPass () |
| std::unique_ptr<::mlir::Pass > | llzk::createConstraintDependencyGraphPrinterPass (ConstraintDependencyGraphPrinterPassOptions options) |
This file implements the -llzk-print-constraint-dependency-graphs pass.
Definition in file ConstraintDependencyGraphPass.cpp.
| #define GEN_PASS_DEF_CONSTRAINTDEPENDENCYGRAPHPRINTERPASS |
Definition at line 23 of file ConstraintDependencyGraphPass.cpp.