Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dhaifa-sched.cc5057 rtx_insn *note_head = note_list; in restore_other_notes() local
5064 while (PREV_INSN (note_head)) in restore_other_notes()
5066 set_block_for_insn (note_head, head_bb); in restore_other_notes()
5067 note_head = PREV_INSN (note_head); in restore_other_notes()
5070 set_block_for_insn (note_head, head_bb); in restore_other_notes()
5072 SET_PREV_INSN (note_head) = PREV_INSN (head); in restore_other_notes()
5073 SET_NEXT_INSN (PREV_INSN (head)) = note_head; in restore_other_notes()
5080 head = note_head; in restore_other_notes()
DChangeLog-201424152 and local "note_head".