Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
Dhaifa-sched.c209 static rtx note_list; variable
1268 PREV_INSN (insn) = note_list; in unlink_other_notes()
1269 if (note_list) in unlink_other_notes()
1270 NEXT_INSN (note_list) = insn; in unlink_other_notes()
1271 note_list = insn; in unlink_other_notes()
1561 note_list = 0; in rm_other_notes()
2668 if (note_list != 0) in schedule_block()
2671 rtx note_head = note_list; in schedule_block()
2683 PREV_INSN (head) = note_list; in schedule_block()
2684 NEXT_INSN (note_list) = head; in schedule_block()
DChangeLog-20001744 (rm_other_notes): Initialize note_list here, not in