LLZK 3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
Loading...
Searching...
No Matches
TransformationPasses.capi.h.inc
Go to the documentation of this file.
1
2/* Autogenerated by mlir-tblgen; don't manually edit. */
3
4#include "mlir-c/Pass.h"
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10// Registration for the entire group
11MLIR_CAPI_EXPORTED void mlirRegisterLLZKStructTransformationPasses(void);
12
13
14/* Create LLZKStructTransformation Pass. */
15MLIR_CAPI_EXPORTED MlirPass mlirCreateLLZKStructTransformationInlineStructsPass(void);
17
18
19
20#ifdef __cplusplus
21}
22#endif
MLIR_CAPI_EXPORTED MlirPass mlirCreateLLZKStructTransformationInlineStructsPass(void)
MLIR_CAPI_EXPORTED void mlirRegisterLLZKStructTransformationInlineStructsPass(void)
MLIR_CAPI_EXPORTED void mlirRegisterLLZKStructTransformationPasses(void)