LLZK 0.1.0
Veridise's ZK Language IR
|
#include "mlir-c/Pass.h"
Go to the source code of this file.
MLIR_CAPI_EXPORTED MlirPass mlirCreateLLZKTransformationInlineStructsPass | ( | void | ) |
Definition at line 10 of file LLZKTransformationPasses.capi.cpp.inc.
MLIR_CAPI_EXPORTED MlirPass mlirCreateLLZKTransformationPolyLoweringPass | ( | void | ) |
Definition at line 18 of file LLZKTransformationPasses.capi.cpp.inc.
MLIR_CAPI_EXPORTED MlirPass mlirCreateLLZKTransformationR1CSLoweringPass | ( | void | ) |
Definition at line 26 of file LLZKTransformationPasses.capi.cpp.inc.
MLIR_CAPI_EXPORTED MlirPass mlirCreateLLZKTransformationRedundantOperationEliminationPass | ( | void | ) |
Definition at line 34 of file LLZKTransformationPasses.capi.cpp.inc.
MLIR_CAPI_EXPORTED MlirPass mlirCreateLLZKTransformationRedundantReadAndWriteEliminationPass | ( | void | ) |
Definition at line 42 of file LLZKTransformationPasses.capi.cpp.inc.
MLIR_CAPI_EXPORTED MlirPass mlirCreateLLZKTransformationUnusedDeclarationEliminationPass | ( | void | ) |
Definition at line 50 of file LLZKTransformationPasses.capi.cpp.inc.
MLIR_CAPI_EXPORTED void mlirRegisterLLZKTransformationInlineStructsPass | ( | void | ) |
Definition at line 13 of file LLZKTransformationPasses.capi.cpp.inc.
MLIR_CAPI_EXPORTED void mlirRegisterLLZKTransformationPasses | ( | void | ) |
Definition at line 6 of file LLZKTransformationPasses.capi.cpp.inc.
MLIR_CAPI_EXPORTED void mlirRegisterLLZKTransformationPolyLoweringPass | ( | void | ) |
Definition at line 21 of file LLZKTransformationPasses.capi.cpp.inc.
MLIR_CAPI_EXPORTED void mlirRegisterLLZKTransformationR1CSLoweringPass | ( | void | ) |
Definition at line 29 of file LLZKTransformationPasses.capi.cpp.inc.
MLIR_CAPI_EXPORTED void mlirRegisterLLZKTransformationRedundantOperationEliminationPass | ( | void | ) |
Definition at line 37 of file LLZKTransformationPasses.capi.cpp.inc.
MLIR_CAPI_EXPORTED void mlirRegisterLLZKTransformationRedundantReadAndWriteEliminationPass | ( | void | ) |
Definition at line 45 of file LLZKTransformationPasses.capi.cpp.inc.
MLIR_CAPI_EXPORTED void mlirRegisterLLZKTransformationUnusedDeclarationEliminationPass | ( | void | ) |
Definition at line 53 of file LLZKTransformationPasses.capi.cpp.inc.