Home
last modified time | relevance | path

Searched refs:note_head (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dhaifa-sched.c2290 rtx note_head = note_list; local
2292 while (PREV_INSN (note_head))
2294 note_head = PREV_INSN (note_head);
2297 PREV_INSN (note_head) = PREV_INSN (head);
2298 NEXT_INSN (PREV_INSN (head)) = note_head;
2301 head = note_head;
/openbsd-src/gnu/gcc/gcc/
H A Dhaifa-sched.c2671 rtx note_head = note_list; in schedule_block() local
2673 while (PREV_INSN (note_head)) in schedule_block()
2675 set_block_for_insn (note_head, head_bb); in schedule_block()
2676 note_head = PREV_INSN (note_head); in schedule_block()
2679 set_block_for_insn (note_head, head_bb); in schedule_block()
2681 PREV_INSN (note_head) = PREV_INSN (head); in schedule_block()
2682 NEXT_INSN (PREV_INSN (head)) = note_head; in schedule_block()
2685 head = note_head; in schedule_block()