Loading [MathJax]/extensions/tex2jax.js
CIRCT 22.0.0git
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Typedefs | Functions
InstanceGraph.h File Reference
#include "mlir-c/IR.h"
Include dependency graph for InstanceGraph.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  IgraphInstancePath
 

Typedefs

typedef struct IgraphInstancePath IgraphInstancePath
 

Functions

MLIR_CAPI_EXPORTED MlirOperation igraphInstancePathGet (IgraphInstancePath path, size_t index)
 
MLIR_CAPI_EXPORTED size_t igraphInstancePathSize (IgraphInstancePath path)
 

Typedef Documentation

◆ IgraphInstancePath

Definition at line 23 of file InstanceGraph.h.

Function Documentation

◆ igraphInstancePathGet()

MLIR_CAPI_EXPORTED MlirOperation igraphInstancePathGet ( IgraphInstancePath  path,
size_t  index 
)

Definition at line 43 of file InstanceGraph.cpp.

References assert(), IgraphInstancePath::ptr, unwrap(), and wrap().

◆ igraphInstancePathSize()

MLIR_CAPI_EXPORTED size_t igraphInstancePathSize ( IgraphInstancePath  path)

Definition at line 39 of file InstanceGraph.cpp.

References unwrap().