X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firdump.h;h=f0dcb3b2cbbc5773d9ceeec93b13839fbf406da3;hb=5f8ddee6b08c8040c0a304a347d65045c1141d52;hp=2ecbe7637e7bace1ecf3e8bbef12b4294fd7ad3a;hpb=efbeaff549fcc6015da255ed4d453a95937ff0fd;p=libfirm diff --git a/ir/ir/irdump.h b/ir/ir/irdump.h index 2ecbe7637..f0dcb3b2c 100644 --- a/ir/ir/irdump.h +++ b/ir/ir/irdump.h @@ -31,5 +31,18 @@ void dump_cfg (ir_graph *irg); /* dumps the type information reachable from an ir graph. */ void dump_type_graph (ir_graph *irg); +/* dumps all type information (reachable from ir prog). */ +void dump_all_types (void); + +/* dumps a graph and the type inforamtion. */ +void dump_ir_graph_w_types (ir_graph *irg); + +/* dumps all graphs with the graph-dumper passed. Possible dumpers: + * dump_ir_graph + * dump_ir_block_graph + * dump_cfg + * dump_type_graph + * dump_ir_graph_w_types */ +void dump_all_ir_graphs (void dump_graph(ir_graph*)); # endif /* _IRDUMP_H_ */