Searched refs:iv_ref_table_size (Results 1 – 3 of 3) sorted by relevance
99 static unsigned int iv_ref_table_size = 0; variable206 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()
2596 * loop-iv.c (clean_slate, iv_ref_table_size, iv_ref_table): New