dags implemented, ProjM, COUNT_DELETED
[libfirm] / ir / stat / firmstat.h
index 4bf1454..62eab7b 100644 (file)
@@ -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 */
 };