Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dhaifa-sched.c210 static rtx note_list; variable
1233 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;
H A DChangeLog.41738 (rm_other_notes): Initialize note_list here, not in
/openbsd-src/gnu/gcc/gcc/
H A 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()