Home
last modified time | relevance | path

Searched refs:line_note (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dmodulo-sched.c834 rtx line_note = find_line_note (BB_END (loop->header)); in loop_canon_p() local
837 if (line_note) in loop_canon_p()
840 NOTE_EXPANDED_LOCATION (xloc, line_note); in loop_canon_p()
852 rtx line_note = find_line_note (BB_END (loop->header)); in loop_canon_p() local
855 if (line_note) in loop_canon_p()
858 NOTE_EXPANDED_LOCATION (xloc, line_note); in loop_canon_p()
989 rtx line_note = find_line_note (tail); in sms_schedule() local
991 if (line_note) in sms_schedule()
994 NOTE_EXPANDED_LOCATION (xloc, line_note); in sms_schedule()
1087 rtx line_note = find_line_note (tail); in sms_schedule() local
[all …]
H A Dsched-int.h276 rtx line_note; member
H A Dfunction.c4663 emit_return_into_block (basic_block bb, rtx line_note) in emit_return_into_block() argument
4666 if (line_note) in emit_return_into_block()
4667 emit_note_copy_after (line_note, PREV_INSN (BB_END (bb))); in emit_return_into_block()
H A Dhaifa-sched.c189 #define LINE_NOTE(INSN) (h_i_d[INSN_UID (INSN)].line_note)
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dsched-int.h185 rtx line_note; member
H A Dfunction.c7320 emit_return_into_block (bb, line_note) in emit_return_into_block() argument
7322 rtx line_note;
7328 if (line_note)
7329 emit_line_note_after (NOTE_SOURCE_FILE (line_note),
7330 NOTE_LINE_NUMBER (line_note), PREV_INSN (bb->end));
H A Dhaifa-sched.c201 #define LINE_NOTE(INSN) (h_i_d[INSN_UID (INSN)].line_note)
H A DChangeLog.22999 (insn_blockage, insn_ref_count, line_note, insn_tick): Remove.
H A DChangeLog.31980 * function.c (emit_return_into_block): New line_note arg; emit it.