11 #ifndef FIRM_IR_IRVERIFY_H
12 #define FIRM_IR_IRVERIFY_H
14 #include "firm_types.h"
int irn_verify(const ir_node *node)
Tests node for well-formedness.
struct ir_graph ir_graph
Procedure Graph.
void irg_assert_verify(ir_graph *irg)
Convenience function: Checks graph for errors, in case of error the graph is dumped to a file with "-...
int irg_verify(ir_graph *irg)
Calls irn_verify() for each node in irg.
struct ir_node ir_node
Procedure Graph Node.