Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDmodulo-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 …]
HDsched-int.h276 rtx line_note; member
HDfunction.c4689 emit_return_into_block (basic_block bb, rtx line_note) in emit_return_into_block() argument
4692 if (line_note) in emit_return_into_block()
4693 emit_note_copy_after (line_note, PREV_INSN (BB_END (bb))); in emit_return_into_block()
HDhaifa-sched.c189 #define LINE_NOTE(INSN) (h_i_d[INSN_UID (INSN)].line_note)
HDChangeLog-19992999 (insn_blockage, insn_ref_count, line_note, insn_tick): Remove.
HDChangeLog-200017246 * function.c (emit_return_into_block): New line_note arg; emit it.