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

/haiku-buildtools/legacy/gcc/gcc/
H A Dsched.c213 #define LINE_NOTE(INSN) (line_note[INSN_UID (INSN)])
2499 LINE_NOTE (insn) = insn;
2996 LINE_NOTE (insn) = line;
3501 && (note = LINE_NOTE (insn)) != 0
3509 if (LINE_NOTE (note))
3512 LINE_NOTE (note) = 0;
212 #define LINE_NOTE macro
H A Dhaifa-sched.c328 #define LINE_NOTE(INSN) (line_note[INSN_UID (INSN)])
4876 LINE_NOTE (insn) = insn;
4990 LINE_NOTE (insn) = line;
5030 && (note = LINE_NOTE (insn)) != 0
5038 if (LINE_NOTE (note))
5041 LINE_NOTE (note) = 0;
327 #define LINE_NOTE macro

Completed in 173 milliseconds