Searched refs:prev_head (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dsched-ebb.c133 rtx_insn *prev_head = current_sched_info->prev_head;
141 debug_ebb_dependencies (NEXT_INSN (prev_head), PREV_INSN (next_tail));
145 for (insn = NEXT_INSN (prev_head); insn != next_tail; insn = NEXT_INSN (insn))
549 current_sched_info->prev_head = PREV_INSN (head);
131 rtx_insn *prev_head = current_sched_info->prev_head; local
H A Dhaifa-sched.c1400 block, or the prev_head of the scheduling block. Used by
3540 end = current_sched_info->prev_head;
3908 gcc_assert (bb == BLOCK_FOR_INSN (NEXT_INSN (current_sched_info->prev_head)));
5135 : current_sched_info->prev_head);
6046 nonscheduled_insns_begin = current_sched_info->prev_head;
6165 commit_schedule (rtx_insn *prev_head, rtx_insn *tail, basic_block *target_bb)
6170 last_scheduled_insn = prev_head;
6438 rtx_insn *prev_head = current_sched_info->prev_head;
6440 rtx_insn *head = NEXT_INSN (prev_head);
6150 commit_schedule(rtx_insn *prev_head, rtx_insn *tail, basic_block *target_bb) argument
6423 rtx_insn *prev_head = current_sched_info->prev_head; local
7083 rtx_insn *prev_head; local
[all...]
H A Dsched-rgn.c2123 rtx_insn *prev_head = current_sched_info->prev_head;
2142 for (insn = NEXT_INSN (prev_head); insn != next_tail; insn = NEXT_INSN (insn))
2464 There may be notes present, and prev_head may also be a note.
3080 current_sched_info->prev_head = PREV_INSN (head);
2121 rtx_insn *prev_head = current_sched_info->prev_head; local
H A Dsched-int.h607 rtx_insn *prev_head, *next_tail; member in struct:haifa_sched_info
H A Dsel-sched.c7065 current_sched_info->prev_head = PREV_INSN (head);
/haiku-buildtools/legacy/gcc/gcc/
H A Dsched.c2636 rtx prev_head;
2730 prev_head = PREV_INSN (head);
2765 the last a high priority. There may be notes present, and prev_head
2808 if (insn == prev_head)
2819 for (; insn != prev_head; insn = PREV_INSN (insn))
3154 new_needs = (NEXT_INSN (prev_head) == BLOCK_HEAD (b)
3421 NEXT_INSN (prev_head) = insn;
3422 PREV_INSN (insn) = prev_head;
3464 PREV_INSN (head) = prev_head;
3465 NEXT_INSN (prev_head)
2628 rtx prev_head; local
[all...]
H A Dhaifa-sched.c5341 rtx head, tail, prev_head, next_tail;
5371 prev_head = PREV_INSN (head);
5381 if (NEXT_INSN (prev_head) == tail
5410 for (insn = tail; insn != prev_head; insn = PREV_INSN (insn))
6707 rtx prev_head;
6741 prev_head = PREV_INSN (head);
6889 last = prev_head;
6892 new_needs = (NEXT_INSN (prev_head) == BLOCK_HEAD (b)
7052 head = NEXT_INSN (prev_head);
7197 the last a high priority. There may be notes present, and prev_head
5333 rtx head, tail, prev_head, next_tail; local
6699 rtx prev_head; local
7569 rtx prev_head; local
[all...]
/haiku-buildtools/gcc/gcc/config/ia64/
H A Dia64.c7379 for (insn = NEXT_INSN (current_sched_info->prev_head);
9454 bundling (dump, sched_verbose, current_sched_info->prev_head,
9458 INSN_UID (NEXT_INSN (current_sched_info->prev_head)),
9476 for (insn = NEXT_INSN (current_sched_info->prev_head);
9513 last != current_sched_info->prev_head;
9518 if (last == current_sched_info->prev_head)
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Drs6000.c28765 current_sched_info->prev_head,
28769 current_sched_info->prev_head,
28775 print_rtl (dump, current_sched_info->prev_head);
[all...]

Completed in 418 milliseconds