Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dhaifa-sched.c201 #define LINE_NOTE(INSN) (h_i_d[INSN_UID (INSN)].line_note) macro
1266 LINE_NOTE (insn) = insn;
1379 LINE_NOTE (insn) = line;
1418 && (note = LINE_NOTE (insn)) != 0
1426 if (LINE_NOTE (note))
1429 LINE_NOTE (note) = 0;
/openbsd-src/gnu/gcc/gcc/
H A Dhaifa-sched.c189 #define LINE_NOTE(INSN) (h_i_d[INSN_UID (INSN)].line_note) macro
1313 LINE_NOTE (insn) = insn; in unlink_line_notes()
1426 LINE_NOTE (insn) = line; in save_line_notes()
1464 && (note = LINE_NOTE (insn)) != 0 in restore_line_notes()
1477 if (LINE_NOTE (note)) in restore_line_notes()
1480 LINE_NOTE (note) = 0; in restore_line_notes()