doxygen comment updated
[libfirm] / ir / ana / irextbb.h
index cc9a471..472fe03 100644 (file)
@@ -21,6 +21,7 @@
 #define _IREXTBB_H_
 
 #include "firm_types.h"
+#include "execfreq.h"
 
 #ifndef _IR_EXTBB_TYPEDEF_
 #define _IR_EXTBB_TYPEDEF_
@@ -57,6 +58,11 @@ int is_ir_extbb(const void *thing);
  */
 void compute_extbb(ir_graph *irg);
 
+/**
+ * Compute the extended basic blocks for a graph based on execution frequencies.
+ */
+void compute_extbb_execfreqs(ir_graph *irg, ir_exec_freq *execfreqs);
+
 /**
  * free all extended block info.
  */
@@ -65,7 +71,7 @@ void free_extbb(ir_graph *irg);
 /**
  * Return the extended block of a node.
  *
- * @param blk  the extended basic block
+ * @param node  the node
  */
 ir_extblk *get_nodes_extbb(ir_node *node);