Lines Matching refs:rgn_table
87 region *rgn_table = NULL; variable
364 rgn_table[rgn].rgn_nr_blocks); in debug_regions()
371 for (bb = 0; bb < rgn_table[rgn].rgn_nr_blocks; bb++) in debug_regions()
387 rgn_table[rgn].rgn_nr_blocks); in debug_region()
394 for (bb = 0; bb < rgn_table[rgn].rgn_nr_blocks; bb++) in debug_region()
399 for (bb = 0; bb < rgn_table[rgn].rgn_nr_blocks; bb++) in debug_region()
415 for (i = 0; i < rgn_table[rgn].rgn_nr_blocks; i++) in bb_in_region_p()
434 for (i = 0; i < rgn_table[rgn].rgn_nr_blocks; i++) in dump_region_dot()
3081 free (rgn_table); in sched_rgn_finish()
3082 rgn_table = NULL; in sched_rgn_finish()
3330 rgn_table = XRESIZEVEC (region, rgn_table, n_basic_blocks); in extend_regions()