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

/freebsd-9.3-release/contrib/gcc/
H A Dsched-ebb.c98 rtx prev_head = current_sched_info->prev_head;
112 for (insn = NEXT_INSN (prev_head); insn != next_tail; insn = NEXT_INSN (insn))
482 current_sched_info->prev_head = PREV_INSN (head);
96 rtx prev_head = current_sched_info->prev_head; local
H A Dsched-int.h175 rtx prev_head, next_tail; member in struct:sched_info
H A Dhaifa-sched.c2274 rtx prev_head = current_sched_info->prev_head;
2276 rtx head = NEXT_INSN (prev_head);
2315 last_scheduled_insn = prev_head;
2659 fix_inter_tick (NEXT_INSN (prev_head), last_scheduled_insn);
2666 head = NEXT_INSN (prev_head);
2722 rtx prev_head;
2729 prev_head = PREV_INSN (head);
2730 for (insn = tail; insn != prev_head; insn = PREV_INSN (insn))
2270 rtx prev_head = current_sched_info->prev_head; local
2717 rtx prev_head; local
H A Dsched-rgn.c1965 rtx prev_head = current_sched_info->prev_head;
1999 for (insn = NEXT_INSN (prev_head); insn != next_tail; insn = NEXT_INSN (insn))
2257 There may be notes present, and prev_head may also be a note.
2788 current_sched_info->prev_head = PREV_INSN (head);
1963 rtx prev_head = current_sched_info->prev_head; local
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dia64.c6341 for (insn = NEXT_INSN (current_sched_info->prev_head);
8171 bundling (dump, sched_verbose, current_sched_info->prev_head,
8175 INSN_UID (NEXT_INSN (current_sched_info->prev_head)),
8193 for (insn = NEXT_INSN (current_sched_info->prev_head);
8228 last != current_sched_info->prev_head;
8233 if (last == current_sched_info->prev_head)
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Drs6000.c17479 current_sched_info->prev_head,
17483 current_sched_info->prev_head,
17489 print_rtl (dump, current_sched_info->prev_head);

Completed in 477 milliseconds