Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/
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 …]
Dsched-int.h276 rtx line_note; member
Dfunction.c4677 emit_return_into_block (basic_block bb, rtx line_note) in emit_return_into_block() argument
4680 if (line_note) in emit_return_into_block()
4681 emit_note_copy_after (line_note, PREV_INSN (BB_END (bb))); in emit_return_into_block()
Dhaifa-sched.c189 #define LINE_NOTE(INSN) (h_i_d[INSN_UID (INSN)].line_note)
DChangeLog-19992999 (insn_blockage, insn_ref_count, line_note, insn_tick): Remove.
DChangeLog-200017246 * function.c (emit_return_into_block): New line_note arg; emit it.