Home
last modified time | relevance | path

Searched refs:rgn_bb_table (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dsched-rgn.c90 int *rgn_bb_table = NULL; variable
372 fprintf (sched_dump, " %d/%d ", bb, rgn_bb_table[current_blocks + bb]); in debug_regions()
395 fprintf (stderr, " %d/%d ", bb, rgn_bb_table[current_blocks + bb]); in debug_region()
401 debug_bb_n_slim (rgn_bb_table[current_blocks + bb]); in debug_region()
416 if (rgn_bb_table[current_blocks + i] == bb_index) in bb_in_region_p()
438 int src_bb_num = rgn_bb_table[current_blocks + i]; in dump_region_dot()
488 rgn_bb_table[i] = bb->index; in find_single_block_region()
512 rgn_bb_table[nr_regions] = bb->index; in find_single_block_region()
977 rgn_bb_table[idx] = bb->index; in haifa_find_rgns()
999 rgn_bb_table[idx++] = child; in haifa_find_rgns()
[all …]
H A Dsched-int.h1334 extern int *rgn_bb_table;
1352 #define BB_TO_BLOCK(ebb) (rgn_bb_table[ebb_head[ebb]])
1354 #define EBB_LAST_BB(ebb) BASIC_BLOCK (rgn_bb_table[ebb_head[ebb + 1] - 1])
H A Dsel-sched-ir.c5142 BLOCK_TO_BB (rgn_bb_table[i])++; in add_block_to_current_region()
5144 memmove (rgn_bb_table + pos + 1, in add_block_to_current_region()
5145 rgn_bb_table + pos, in add_block_to_current_region()
5146 (RGN_BLOCKS (nr_regions) - pos) * sizeof (*rgn_bb_table)); in add_block_to_current_region()
5149 rgn_bb_table[pos] = bb->index; in add_block_to_current_region()
5173 BLOCK_TO_BB (rgn_bb_table[i])--; in remove_bb_from_region()
5175 memmove (rgn_bb_table + pos, in remove_bb_from_region()
5176 rgn_bb_table + pos + 1, in remove_bb_from_region()
5177 (RGN_BLOCKS (nr_regions) - pos) * sizeof (*rgn_bb_table)); in remove_bb_from_region()
5913 rgn_bb_table[RGN_BLOCKS (rgn) + *bb_ord_index] = bb->index; in sel_add_block_to_region()
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dsched-rgn.c91 int *rgn_bb_table = NULL; variable
379 fprintf (sched_dump, " %d/%d ", bb, rgn_bb_table[current_blocks + bb]); in debug_regions()
402 fprintf (stderr, " %d/%d ", bb, rgn_bb_table[current_blocks + bb]); in debug_region()
409 BASIC_BLOCK_FOR_FN (cfun, rgn_bb_table[current_blocks + bb]), in debug_region()
425 if (rgn_bb_table[current_blocks + i] == bb_index) in bb_in_region_p()
447 int src_bb_num = rgn_bb_table[current_blocks + i]; in dump_region_dot()
497 rgn_bb_table[i] = bb->index; in find_single_block_region()
522 rgn_bb_table[nr_regions] = bb->index; in find_single_block_region()
982 rgn_bb_table[idx] = bb->index; in haifa_find_rgns()
1004 rgn_bb_table[idx++] = child; in haifa_find_rgns()
[all …]
H A Dsched-int.h1455 extern int *rgn_bb_table;
1473 #define BB_TO_BLOCK(ebb) (rgn_bb_table[ebb_head[ebb]])
1476 BASIC_BLOCK_FOR_FN (cfun, rgn_bb_table[ebb_head[ebb + 1] - 1])
H A Dsel-sched-ir.c5162 BLOCK_TO_BB (rgn_bb_table[i])++; in add_block_to_current_region()
5164 memmove (rgn_bb_table + pos + 1, in add_block_to_current_region()
5165 rgn_bb_table + pos, in add_block_to_current_region()
5166 (RGN_BLOCKS (nr_regions) - pos) * sizeof (*rgn_bb_table)); in add_block_to_current_region()
5169 rgn_bb_table[pos] = bb->index; in add_block_to_current_region()
5193 BLOCK_TO_BB (rgn_bb_table[i])--; in remove_bb_from_region()
5195 memmove (rgn_bb_table + pos, in remove_bb_from_region()
5196 rgn_bb_table + pos + 1, in remove_bb_from_region()
5197 (RGN_BLOCKS (nr_regions) - pos) * sizeof (*rgn_bb_table)); in remove_bb_from_region()
5949 rgn_bb_table[RGN_BLOCKS (rgn) + *bb_ord_index] = bb->index; in sel_add_block_to_region()
[all …]