13#ifndef CIRCT_DIALECT_ARC_MODELINFOEXPORT_H
14#define CIRCT_DIALECT_ARC_MODELINFOEXPORT_H
16#include "mlir/IR/BuiltinOps.h"
17#include "llvm/Support/raw_ostream.h"
24 llvm::raw_ostream &os);
mlir::LogicalResult collectAndExportModelInfo(mlir::ModuleOp module, llvm::raw_ostream &os)
Collects and exports Arc model info to JSON.
void registerArcModelInfoTranslation()
Registers CIRCT translation from Arc to JSON model info.
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.