Home
last modified time | relevance | path

Searched refs:iv_ref_table_size (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dloop-iv.cc99 static unsigned int iv_ref_table_size = 0; variable
206 if (iv_ref_table_size < DF_DEFS_TABLE_SIZE ()) in check_iv_ref_table_size()
210 memset (&iv_ref_table[iv_ref_table_size], 0, in check_iv_ref_table_size()
211 (new_size - iv_ref_table_size) * sizeof (class rtx_iv *)); in check_iv_ref_table_size()
212 iv_ref_table_size = new_size; in check_iv_ref_table_size()
1283 iv_ref_table_size = 0; in iv_analysis_done()
H A DChangeLog.dataflow2596 * loop-iv.c (clean_slate, iv_ref_table_size, iv_ref_table): New
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dloop-iv.c99 static unsigned int iv_ref_table_size = 0; variable
206 if (iv_ref_table_size < DF_DEFS_TABLE_SIZE ()) in check_iv_ref_table_size()
210 memset (&iv_ref_table[iv_ref_table_size], 0, in check_iv_ref_table_size()
211 (new_size - iv_ref_table_size) * sizeof (class rtx_iv *)); in check_iv_ref_table_size()
212 iv_ref_table_size = new_size; in check_iv_ref_table_size()
1283 iv_ref_table_size = 0; in iv_analysis_done()