X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=ir%2Fstat%2Ffirmstat.h;h=62eab7bda611b5cdec9d7cb43baefa2f9f3a0525;hb=854a38b1971f66bb8cfa2c16677635468cfbf934;hp=4bf14548411ad572ee5e939c5fa41d20704ef135;hpb=71e6a8373b7e49d4b95459b6d779354c2280d921;p=libfirm diff --git a/ir/stat/firmstat.h b/ir/stat/firmstat.h index 4bf145484..62eab7bda 100644 --- a/ir/stat/firmstat.h +++ b/ir/stat/firmstat.h @@ -25,6 +25,8 @@ enum firmstat_options_t { FIRMSTAT_ENABLED = 0x00000001, /**< enable statistics */ FIRMSTAT_PATTERN_ENABLED = 0x00000002, /**< enable pattern calculation */ FIRMSTAT_COUNT_STRONG_OP = 0x00000004, /**< if set, count Mul/Div/Mod/DivMod by constant */ + FIRMSTAT_COUNT_DAG = 0x00000008, /**< if set, count DAG statistics */ + FIRMSTAT_COUNT_DELETED = 0x00000010, /**< if set, count deleted graphs */ FIRMSTAT_CSV_OUTPUT = 0x10000000 /**< CSV output of some mini-statistic */ };