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

/freebsd-9.3-release/contrib/gcc/
H A Dsched-rgn.c102 /* cblocks in the region (actually index in rgn_bb_table). */
119 static int *rgn_bb_table;
156 /* ebb_head [i] - is index in rgn_bb_table, while
159 #define BB_TO_BLOCK(ebb) (rgn_bb_table[ebb_head[ebb]])
161 #define EBB_LAST_BB(ebb) BASIC_BLOCK (rgn_bb_table[ebb_head[ebb + 1] - 1])
412 fprintf (sched_dump, " %d/%d ", bb, rgn_bb_table[current_blocks + bb]);
431 rgn_bb_table[nr_regions] = bb->index;
493 * rgn_bb_table
876 rgn_bb_table[idx] = bb->index;
898 rgn_bb_table[id
118 static int *rgn_bb_table; variable
[all...]

Completed in 46 milliseconds