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

/freebsd-10.0-release/contrib/gcc/
H A Dsched-rgn.c160 #define EBB_FIRST_BB(ebb) BASIC_BLOCK (BB_TO_BLOCK (ebb))
2017 get_ebb_head_tail (EBB_FIRST_BB (bb_src), EBB_LAST_BB (bb_src),
2520 gcc_assert (EBB_FIRST_BB (bb) == EBB_LAST_BB (bb));
2521 get_ebb_head_tail (EBB_FIRST_BB (bb), EBB_LAST_BB (bb), &head, &tail);
2564 gcc_assert (EBB_FIRST_BB (bb) == EBB_LAST_BB (bb));
2565 get_ebb_head_tail (EBB_FIRST_BB (bb), EBB_LAST_BB (bb), &head, &tail);
2688 gcc_assert (EBB_FIRST_BB (bb) == EBB_LAST_BB (bb));
2689 get_ebb_head_tail (EBB_FIRST_BB (bb), EBB_LAST_BB (bb), &head, &tail);
2713 gcc_assert (EBB_FIRST_BB (bb) == EBB_LAST_BB (bb));
2714 get_ebb_head_tail (EBB_FIRST_BB (b
159 #define EBB_FIRST_BB macro
[all...]

Completed in 118 milliseconds