Searched refs:note_head (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dhaifa-sched.c5075 rtx_insn *note_head = note_list;
5082 while (PREV_INSN (note_head))
5084 set_block_for_insn (note_head, head_bb);
5085 note_head = PREV_INSN (note_head);
5088 set_block_for_insn (note_head, head_bb);
5090 SET_PREV_INSN (note_head) = PREV_INSN (head);
5091 SET_NEXT_INSN (PREV_INSN (head)) = note_head;
5098 head = note_head;
5060 rtx_insn *note_head = note_list; local
/haiku-buildtools/legacy/gcc/gcc/
H A Dsched.c3444 rtx note_head = note_list;
3445 while (PREV_INSN (note_head))
3446 note_head = PREV_INSN (note_head);
3450 head = note_head;
3436 rtx note_head = note_list; local
H A Dhaifa-sched.c7060 rtx note_head = note_list;
7062 while (PREV_INSN (note_head))
7064 note_head = PREV_INSN (note_head);
7067 PREV_INSN (note_head) = PREV_INSN (head);
7068 NEXT_INSN (PREV_INSN (head)) = note_head;
7071 head = note_head;
7052 rtx note_head = note_list; local

Completed in 209 milliseconds