42 # define LSRA_DEBUG_CHECK
43 # define LSRA_DEBUG_VERBOSE
46 #ifdef LSRA_DEBUG_CHECK
47 # define _LSRA_CHECK_BOUNDS(i,l,h) assert( ((i) >= (l)) && ((i) < (h)));
48 # define _LSRA_ASSERT(a) assert((a));
50 # define _LSRA_CHECK_BOUNDS(i,l,h)
51 # define _LSRA_ASSERT(a)
151 struct lsra_exceptiontable *
ex;
int varcount_with_indices
struct lifetime * lifetime
struct lifetime ** active_sav
basicblock ** basicblocks
struct lsra_exceptiontable * ex
int max_vars_with_indices
struct lifetime ** active_tmp