Core definitions and structures.
REDUCT_API void reduct_dump_rvsdg(struct reduct *reduct, reduct_handle_t graph, FILE *out)
Dump an IR graph to a file stream.
REDUCT_API void reduct_dump_function(reduct_t *reduct, reduct_handle_t function, FILE *out)
Dump a compiled function to a file stream.
Per-thread state structure.