Home
last modified time | relevance | path

Searched refs:prev_head (Results 1 – 10 of 10) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dsched-ebb.c123 rtx prev_head = current_sched_info->prev_head; in init_ready_list() local
131 debug_ebb_dependencies (NEXT_INSN (prev_head), PREV_INSN (next_tail)); in init_ready_list()
135 for (insn = NEXT_INSN (prev_head); insn != next_tail; insn = NEXT_INSN (insn)) in init_ready_list()
538 current_sched_info->prev_head = PREV_INSN (head); in schedule_ebb()
H A Dhaifa-sched.c3896 commit_schedule (rtx prev_head, rtx tail, basic_block *target_bb) in commit_schedule() argument
3901 last_scheduled_insn = prev_head; in commit_schedule()
4102 rtx prev_head = current_sched_info->prev_head; in schedule_block() local
4104 rtx head = NEXT_INSN (prev_head); in schedule_block()
4138 last_scheduled_insn = nonscheduled_insns_begin = prev_head; in schedule_block()
4657 commit_schedule (prev_head, tail, target_bb); in schedule_block()
4675 fix_inter_tick (NEXT_INSN (prev_head), last_scheduled_insn); in schedule_block()
4693 head = NEXT_INSN (prev_head); in schedule_block()
4715 rtx prev_head; in set_priorities() local
4722 prev_head = PREV_INSN (head); in set_priorities()
[all …]
H A Dsched-rgn.c2086 rtx prev_head = current_sched_info->prev_head; in init_ready_list() local
2105 for (insn = NEXT_INSN (prev_head); insn != next_tail; insn = NEXT_INSN (insn)) in init_ready_list()
2963 current_sched_info->prev_head = PREV_INSN (head); in schedule_region()
H A Dsched-int.h576 rtx prev_head, next_tail; member
H A Dsel-sched.c7072 current_sched_info->prev_head = PREV_INSN (head); in find_ebb_boundaries()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dsched-ebb.c115 rtx_insn *prev_head = current_sched_info->prev_head; in init_ready_list() local
123 debug_ebb_dependencies (NEXT_INSN (prev_head), PREV_INSN (next_tail)); in init_ready_list()
127 for (insn = NEXT_INSN (prev_head); insn != next_tail; insn = NEXT_INSN (insn)) in init_ready_list()
526 current_sched_info->prev_head = PREV_INSN (head); in schedule_ebb()
H A Dhaifa-sched.c3487 end = current_sched_info->prev_head; in model_analyze_insns()
3855 gcc_assert (bb == BLOCK_FOR_INSN (NEXT_INSN (current_sched_info->prev_head))); in model_start_schedule()
5082 : current_sched_info->prev_head); in first_nonscheduled_insn()
6055 nonscheduled_insns_begin = current_sched_info->prev_head; in choose_ready()
6174 commit_schedule (rtx_insn *prev_head, rtx_insn *tail, basic_block *target_bb) in commit_schedule() argument
6179 last_scheduled_insn = prev_head; in commit_schedule()
6448 rtx_insn *prev_head = current_sched_info->prev_head; in schedule_block() local
6450 rtx_insn *head = NEXT_INSN (prev_head); in schedule_block()
6500 last_scheduled_insn = prev_head; in schedule_block()
7039 commit_schedule (prev_head, tail, target_bb); in schedule_block()
[all …]
H A Dsched-rgn.c2094 rtx_insn *prev_head = current_sched_info->prev_head; in init_ready_list() local
2113 for (insn = NEXT_INSN (prev_head); insn != next_tail; insn = NEXT_INSN (insn)) in init_ready_list()
3159 current_sched_info->prev_head = PREV_INSN (head); in schedule_region()
H A Dsched-int.h614 rtx_insn *prev_head, *next_tail; member
H A Dsel-sched.c7010 current_sched_info->prev_head = PREV_INSN (head); in find_ebb_boundaries()