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

/freebsd-10.0-release/contrib/gcc/
H A Dsched-ebb.c57 static bitmap_head ebb_head, ebb_tail;
574 bitmap_initialize (&ebb_head, 0);
575 bitmap_clear (&ebb_head);
616 bitmap_set_bit (&ebb_head, BLOCK_NUM (head));
650 if (!bitmap_bit_p (&ebb_head, bbi)
679 bitmap_clear (&ebb_head);
774 return bitmap_bit_p (&ebb_head, bb->index);
55 static bitmap_head ebb_head, ebb_tail; variable
H A Dsched-rgn.c156 /* 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])
266 ebb_head array for every region, its sufficient to hold it only
268 static int *ebb_head;
407 /* We don't have ebb_head initialized yet, so we can't use
1290 gcc_assert (ebb_head [bb] == bb + current_blocks);
2661 ebb_head = xrealloc (ebb_head, (current_nr_blocks + 1) * sizeof (*ebb_head));
267 static int *ebb_head; variable
[all...]

Completed in 83 milliseconds