Searched refs:note_list (Results 1 – 3 of 3) sorted by relevance
210 static rtx note_list; variable1233 PREV_INSN (insn) = note_list;1234 if (note_list)1235 NEXT_INSN (note_list) = insn;1236 note_list = insn;1507 note_list = 0;2288 if (note_list != 0)2290 rtx note_head = note_list;2299 PREV_INSN (head) = note_list;2300 NEXT_INSN (note_list) = head;
1738 (rm_other_notes): Initialize note_list here, not in
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()