out edges for entities and types
[libfirm] / ir / ir / irflag.h
index ff0db4d..cecea21 100644 (file)
@@ -85,6 +85,9 @@ void set_opt_redundant_LoadStore(int value);
  */
 void set_opt_cse (int value);
 
+/** Returns constant folding optimization setting. */
+int get_opt_cse(void);
+
 /** Enables/Disables global constant subexpression elimination.
  *
  * If opt_global_cse == 1 and opt_cse == 1 perform intra procedure
@@ -182,6 +185,9 @@ void set_opt_dyn_meth_dispatch (int value);
  * If the flag is turned on tail-recursion calls are optimized into loops.
  */
 void set_opt_tail_recursion(int value);
+void set_opt_tail_recursion_verbose(int value);
+
+void set_opt_fragile_ops(int value);
 
 
 /** Enable/Disable normalizations of the firm representation.