Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dsched-rgn.cc2139 get_ebb_head_tail (EBB_FIRST_BB (bb_src), EBB_LAST_BB (bb_src), in init_ready_list()
2730 gcc_assert (EBB_FIRST_BB (bb) == EBB_LAST_BB (bb)); in compute_block_dependences()
2731 get_ebb_head_tail (EBB_FIRST_BB (bb), EBB_LAST_BB (bb), &head, &tail); in compute_block_dependences()
2754 get_ebb_head_tail (EBB_FIRST_BB (bb), EBB_LAST_BB (bb), &head, &tail); in free_block_dependencies()
2796 get_ebb_head_tail (EBB_FIRST_BB (bb), EBB_LAST_BB (bb), &head, &tail); in debug_rgn_dependencies()
2892 gcc_assert (EBB_FIRST_BB (bb) == EBB_LAST_BB (bb)); in dump_rgn_dependencies_dot()
2893 get_ebb_head_tail (EBB_FIRST_BB (bb), EBB_LAST_BB (bb), &head, &tail); in dump_rgn_dependencies_dot()
2999 gcc_assert (EBB_FIRST_BB (bb) == EBB_LAST_BB (bb)); in free_rgn_deps()
3000 get_ebb_head_tail (EBB_FIRST_BB (bb), EBB_LAST_BB (bb), &head, &tail); in free_rgn_deps()
3019 gcc_assert (EBB_FIRST_BB (bb) == EBB_LAST_BB (bb)); in compute_priorities()
[all …]
Dsel-sched.cc6784 from = EBB_FIRST_BB (0); in init_seqno()
7211 if (sel_is_loop_preheader_p (EBB_FIRST_BB (i))) in sel_region_target_finish()
7214 find_ebb_boundaries (EBB_FIRST_BB (i), scheduled_blocks); in sel_region_target_finish()
7264 FOR_EACH_SUCC_1 (insn, si, bb_note (EBB_FIRST_BB (0)), in sel_region_finish()
7528 init_fences (BB_END (EBB_FIRST_BB (0))); in sel_sched_region_1()
7530 init_fences (bb_note (EBB_FIRST_BB (0))); in sel_sched_region_1()
7559 basic_block bb = EBB_FIRST_BB (i); in sel_sched_region_1()
7583 bb = EBB_FIRST_BB (i); in sel_sched_region_1()
Dsched-int.h1477 #define EBB_FIRST_BB(ebb) BASIC_BLOCK_FOR_FN (cfun, BB_TO_BLOCK (ebb)) macro
Dsel-sched-ir.cc4663 first = EBB_FIRST_BB (bb); in sel_restore_notes()
DChangeLog-20087646 (ebb_head, BB_TO_BLOCK, EBB_FIRST_BB, EBB_LAST_BB, INSN_BB): Likewise.
7668 BB_TO_BLOCK, EBB_FIRST_BB, EBB_LAST_BB): Move to
DChangeLog-200616471 (EBB_FIRST_BB, EBB_LAST_BB): New macros.
DChangeLog-20133087 * sched-int.h (EBB_FIRST_BB, EBB_LAST_BB): Likewise.