HomeSort by: relevance | last modified time | path
    Searched defs:prev_head (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
sched-ebb.cc 116 rtx_insn *prev_head = current_sched_info->prev_head;
124 debug_ebb_dependencies (NEXT_INSN (prev_head), PREV_INSN (next_tail));
128 for (insn = NEXT_INSN (prev_head); insn != next_tail; insn = NEXT_INSN (insn))
528 current_sched_info->prev_head = PREV_INSN (head);
114 rtx_insn *prev_head = current_sched_info->prev_head; local
sched-rgn.cc 2107 rtx_insn *prev_head = current_sched_info->prev_head;
2126 for (insn = NEXT_INSN (prev_head); insn != next_tail; insn = NEXT_INSN (insn))
2455 There may be notes present, and prev_head may also be a note.
3192 current_sched_info->prev_head = PREV_INSN (head);
2105 rtx_insn *prev_head = current_sched_info->prev_head; local
sched-int.h 619 rtx_insn *prev_head, *next_tail; member in struct:haifa_sched_info
tree-ssa-structalias.cc 971 unsigned prev_head = 0; local
978 if (v->head != prev_head)
998 prev_head = v->head;
  /src/external/gpl3/gcc.old/dist/gcc/
sched-ebb.cc 116 rtx_insn *prev_head = current_sched_info->prev_head;
124 debug_ebb_dependencies (NEXT_INSN (prev_head), PREV_INSN (next_tail));
128 for (insn = NEXT_INSN (prev_head); insn != next_tail; insn = NEXT_INSN (insn))
528 current_sched_info->prev_head = PREV_INSN (head);
114 rtx_insn *prev_head = current_sched_info->prev_head; local
sched-rgn.cc 2102 rtx_insn *prev_head = current_sched_info->prev_head;
2121 for (insn = NEXT_INSN (prev_head); insn != next_tail; insn = NEXT_INSN (insn))
2450 There may be notes present, and prev_head may also be a note.
3165 current_sched_info->prev_head = PREV_INSN (head);
2100 rtx_insn *prev_head = current_sched_info->prev_head; local
sched-int.h 617 rtx_insn *prev_head, *next_tail; member in struct:haifa_sched_info

Completed in 84 milliseconds