Searched refs:EBB_LAST_BB (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/ |
| D | sched-rgn.c | 160 #define EBB_LAST_BB(ebb) BASIC_BLOCK (rgn_bb_table[ebb_head[ebb + 1] - 1]) macro 2015 get_ebb_head_tail (EBB_FIRST_BB (bb_src), EBB_LAST_BB (bb_src), in init_ready_list() 2518 gcc_assert (EBB_FIRST_BB (bb) == EBB_LAST_BB (bb)); in compute_block_backward_dependences() 2519 get_ebb_head_tail (EBB_FIRST_BB (bb), EBB_LAST_BB (bb), &head, &tail); in compute_block_backward_dependences() 2561 gcc_assert (EBB_FIRST_BB (bb) == EBB_LAST_BB (bb)); in debug_dependencies() 2562 get_ebb_head_tail (EBB_FIRST_BB (bb), EBB_LAST_BB (bb), &head, &tail); in debug_dependencies() 2684 gcc_assert (EBB_FIRST_BB (bb) == EBB_LAST_BB (bb)); in schedule_region() 2685 get_ebb_head_tail (EBB_FIRST_BB (bb), EBB_LAST_BB (bb), &head, &tail); in schedule_region() 2709 gcc_assert (EBB_FIRST_BB (bb) == EBB_LAST_BB (bb)); in schedule_region() 2710 get_ebb_head_tail (EBB_FIRST_BB (bb), EBB_LAST_BB (bb), &head, &tail); in schedule_region() [all …]
|