X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbecopystat.h;h=8f0126174a983a6116548c51000267beb75ec9ad;hb=f5a1564c99cbdfc8d4773385beeb10f45a989755;hp=0ed4b4b4d9006f3d46fd8a69519b56fe766d9f7f;hpb=606235a7824fadb03f38504dd190542164a2977b;p=libfirm diff --git a/ir/be/becopystat.h b/ir/be/becopystat.h index 0ed4b4b4d..8f0126174 100644 --- a/ir/be/becopystat.h +++ b/ir/be/becopystat.h @@ -7,7 +7,7 @@ #ifndef _BECOPYSTAT_H #define _BECOPYSTAT_H -#define DO_STAT +#undef DO_STAT #ifdef DO_STAT @@ -22,6 +22,8 @@ void copystat_add_max_costs(int costs); void copystat_add_inevit_costs(int costs); void copystat_add_init_costs(int costs); void copystat_add_heur_costs(int costs); +void copystat_add_ilp_5_sec_costs(int costs); +void copystat_add_ilp_30_sec_costs(int costs); void copystat_add_opt_costs(int costs); void copystat_add_heur_time(int time); void copystat_add_ilp_time(int time); @@ -31,16 +33,17 @@ void copystat_add_ilp_iter(int iters); void copystat_dump(ir_graph *irg); void copystat_dump_pretty(ir_graph *irg); - #else /* DO_STAT */ -#define copy_copystat_init(); +#define copystat_init(); #define copystat_reset(); #define copystat_collect_cls(env); #define copystat_add_max_costs(costs); #define copystat_add_inevit_costs(costs); #define copystat_add_init_costs(costs); #define copystat_add_heur_costs(costs); +#define copystat_add_ilp_5_sec_costs(costs); +#define copystat_add_ilp_30_sec_costs(costs); #define copystat_add_opt_costs(costs); #define copystat_add_heur_time(time); #define copystat_add_ilp_time(time);