Searched refs:note_list (Results 1 – 2 of 2) sorted by relevance
209 static rtx note_list; variable1268 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()
1744 (rm_other_notes): Initialize note_list here, not in