Searched refs:get_ebb_head_tail (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/ |
| D | sched-rgn.c | 2015 get_ebb_head_tail (EBB_FIRST_BB (bb_src), EBB_LAST_BB (bb_src), in init_ready_list() 2519 get_ebb_head_tail (EBB_FIRST_BB (bb), EBB_LAST_BB (bb), &head, &tail); in compute_block_backward_dependences() 2562 get_ebb_head_tail (EBB_FIRST_BB (bb), EBB_LAST_BB (bb), &head, &tail); in debug_dependencies() 2685 get_ebb_head_tail (EBB_FIRST_BB (bb), EBB_LAST_BB (bb), &head, &tail); in schedule_region() 2710 get_ebb_head_tail (EBB_FIRST_BB (bb), EBB_LAST_BB (bb), &head, &tail); in schedule_region() 2776 get_ebb_head_tail (first_bb, last_bb, &head, &tail); in schedule_region() 2849 get_ebb_head_tail (EBB_FIRST_BB (bb), EBB_LAST_BB (bb), &head, &tail); in schedule_region()
|
| D | sched-int.h | 634 extern void get_ebb_head_tail (basic_block, basic_block, rtx *, rtx *);
|
| D | modulo-sched.c | 315 get_ebb_head_tail (pre_header, pre_header, &head, &tail); in const_iteration_count() 795 get_ebb_head_tail (bbs[i], bbs[i], &head, &tail); in loop_single_full_bb_p() 976 get_ebb_head_tail (bb, bb, &head, &tail); in sms_schedule() 1078 get_ebb_head_tail (loop->header, loop->header, &head, &tail); in sms_schedule()
|
| D | ddg.c | 385 get_ebb_head_tail (g->bb, g->bb, &head, &tail); in build_intra_loop_deps()
|
| D | haifa-sched.c | 1327 get_ebb_head_tail (basic_block beg, basic_block end, rtx *headp, rtx *tailp) in get_ebb_head_tail() function 1618 get_ebb_head_tail (bb, bb, &head, &tail); in find_insn_reg_weight()
|
| /openbsd/src/gnu/gcc/gcc/config/sh/ |
| D | sh.c | 8802 get_ebb_head_tail (b, b, &head, &tail); in find_regmode_weight()
|