Searched refs:line_note (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | modulo-sched.c | 834 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 D | sched-int.h | 276 rtx line_note; member
|
| H A D | function.c | 4663 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 D | haifa-sched.c | 189 #define LINE_NOTE(INSN) (h_i_d[INSN_UID (INSN)].line_note)
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | sched-int.h | 185 rtx line_note; member
|
| H A D | function.c | 7320 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 D | haifa-sched.c | 201 #define LINE_NOTE(INSN) (h_i_d[INSN_UID (INSN)].line_note)
|
| H A D | ChangeLog.2 | 2999 (insn_blockage, insn_ref_count, line_note, insn_tick): Remove.
|
| H A D | ChangeLog.3 | 1980 * function.c (emit_return_into_block): New line_note arg; emit it.
|