From 6c375ed5f02b5931b19216fe69819b71f2943664 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christian=20W=C3=BCrdig?= Date: Wed, 6 Sep 2006 12:00:40 +0000 Subject: [PATCH] added prototype for extbb with execution frequencies [r8178] --- ir/ana/irextbb.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ir/ana/irextbb.h b/ir/ana/irextbb.h index b7fd5f3a6..b495e82b3 100644 --- a/ir/ana/irextbb.h +++ b/ir/ana/irextbb.h @@ -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, exec_freq_t *execfreqs); + /** * free all extended block info. */ -- 2.20.1