fixed precedence constraint
[libfirm] / ir / be / bestat.h
index 961ee2f..1ace836 100644 (file)
@@ -90,4 +90,10 @@ void be_close_stat_file(void);
 
 #endif /* FIRM_STATISTICS */
 
+/**
+ * Gives a cost estimate for the program (based on execution frequencies)
+ * and backend op_estimated_cost
+ */
+double be_estimate_irg_costs(ir_graph *irg, const arch_env_t *arch_env, ir_exec_freq *execfreqs);
+
 #endif /* _BESTAT_H_ */