X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fstat%2Ffirmstat_t.h;h=64106baf8e34cdd1fa3683c2791b29b3f6dcaff3;hb=0a9a6a5d9e6f4ec5f77a97c38a4d1b01148ac3f0;hp=ac51b8d9886bf5c83b4de380c2e777ae3d21c34d;hpb=4436221849812025a6d63d8b024ce630467d297c;p=libfirm diff --git a/ir/stat/firmstat_t.h b/ir/stat/firmstat_t.h index ac51b8d98..64106baf8 100644 --- a/ir/stat/firmstat_t.h +++ b/ir/stat/firmstat_t.h @@ -120,6 +120,8 @@ typedef struct _graph_entry_t { counter_t cnt_indirect_calls; /**< number of indirect calls */ counter_t cnt_if_conv[IF_RESULT_LAST]; /**< number of if conversions */ counter_t cnt_real_func_call; /**< number real function call optimization */ + counter_t cnt_pure_adr_ops; /**< number of pure address operation */ + counter_t cnt_all_adr_ops; /**< number of all address operation */ unsigned num_tail_recursion; /**< number of tail recursion optimizations */ HASH_MAP(opt_entry_t) *opt_hash[FS_OPT_MAX]; /**< hash maps containing opcode counter for optimizations */ ir_graph *irg; /**< the graph of this object */