From 47cd77549469fe84d40fcd4d35d71a90d921f795 Mon Sep 17 00:00:00 2001 From: Sebastian Hack Date: Thu, 21 Jun 2007 16:46:26 +0000 Subject: [PATCH] Adapted to stat events [r14703] --- include/libfirm/irlivechk.h | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/include/libfirm/irlivechk.h b/include/libfirm/irlivechk.h index 12cbea555..3831fd70b 100644 --- a/include/libfirm/irlivechk.h +++ b/include/libfirm/irlivechk.h @@ -41,17 +41,6 @@ typedef enum { lv_chk_state_through = lv_chk_state_in | lv_chk_state_out | lv_chk_state_end, } lv_chk_state_t; -#define LV_CHK_MAX_BINS 32 -typedef struct { - int dist_uses_per_var[LV_CHK_MAX_BINS]; /** distribution of uses per variable. */ - int dist_iterations[LV_CHK_MAX_BINS]; /** distribution of loop iterations. */ - int n_calls; /** number of total calls to the chk routine. */ - int n_no_dominance; /** exists due to no existing dominance rel. */ - int n_false; /** number of times the check returned false. */ - int n_def_block; /** number of times the queried block was also - the definition block of the variable. */ -} lv_chk_stat_t; - typedef struct _lv_chk_t lv_chk_t; /** @@ -61,14 +50,6 @@ typedef struct _lv_chk_t lv_chk_t; */ extern lv_chk_t *lv_chk_new(ir_graph *irg); -/** - * Get statistic data for the liveness check. - * @param lv The liveness check. - * @return A record with statistics data or NULL if stats were - * not enabled. - */ -extern const lv_chk_stat_t *lv_chk_get_stat(const lv_chk_t *lv); - /** * Free liveness check information. * @param lv The liveness check information. -- 2.20.1