X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbedump.h;h=9326ff3952b99ccb023e397909cfa1d1969d44b4;hb=5474a1c188c9d59eea2c915515980cd9cbab58d8;hp=3909bdfe23ecc8a6291b9cb622a015da2746385b;hpb=979e11a67115604f5ca3050ad2fab08d190a13e8;p=libfirm diff --git a/ir/be/bedump.h b/ir/be/bedump.h index 3909bdfe2..9326ff395 100644 --- a/ir/be/bedump.h +++ b/ir/be/bedump.h @@ -42,4 +42,16 @@ void be_dump_ifg(FILE *F, ir_graph *irg, const be_ifg_t *ifg); void be_dump_ifg_co(FILE *F, const copy_opt_t *co, bool dump_costs, bool dump_colors); +/** + * Dump the liveness information for a graph. + * @param f The output. + * @param irg The graph. + */ +void be_liveness_dump(FILE *F, const be_lv_t *lv); + +/** + * node_info hook that dumps liveness for blocks + */ +void be_dump_liveness_block(void *context, FILE *F, const ir_node *block); + #endif