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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dsched-rgn.c2141 get_ebb_head_tail (EBB_FIRST_BB (bb_src), EBB_LAST_BB (bb_src),
2728 gcc_assert (EBB_FIRST_BB (bb) == EBB_LAST_BB (bb));
2729 get_ebb_head_tail (EBB_FIRST_BB (bb), EBB_LAST_BB (bb), &head, &tail);
2754 get_ebb_head_tail (EBB_FIRST_BB (bb), EBB_LAST_BB (bb), &head, &tail);
2796 get_ebb_head_tail (EBB_FIRST_BB (bb), EBB_LAST_BB (bb), &head, &tail);
2895 gcc_assert (EBB_FIRST_BB (bb) == EBB_LAST_BB (bb));
2896 get_ebb_head_tail (EBB_FIRST_BB (bb), EBB_LAST_BB (bb), &head, &tail);
2915 gcc_assert (EBB_FIRST_BB (bb) == EBB_LAST_BB (bb));
2916 get_ebb_head_tail (EBB_FIRST_BB (bb), EBB_LAST_BB (bb), &head, &tail);
2962 first_bb = EBB_FIRST_BB (b
[all...]
H A Dsched-int.h1315 #define EBB_FIRST_BB(ebb) BASIC_BLOCK (BB_TO_BLOCK (ebb))
1314 #define EBB_FIRST_BB macro
H A Dsel-sched.c6771 from = EBB_FIRST_BB (0);
7187 if (sel_is_loop_preheader_p (EBB_FIRST_BB (i)))
7190 find_ebb_boundaries (EBB_FIRST_BB (i), scheduled_blocks);
7241 FOR_EACH_SUCC_1 (insn, si, bb_note (EBB_FIRST_BB (0)),
7503 init_fences (BB_END (EBB_FIRST_BB (0)));
7505 init_fences (bb_note (EBB_FIRST_BB (0)));
7534 basic_block bb = EBB_FIRST_BB (i);
7558 bb = EBB_FIRST_BB (i);
H A Dsel-sched-ir.c4503 first = EBB_FIRST_BB (bb);

Completed in 78 milliseconds