Searched refs:emit_note_after (Results 1 – 17 of 17) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/ |
| D | cfgrtl.c | 278 = emit_note_after (NOTE_INSN_BASIC_BLOCK, get_last_insn ()); in create_basic_block_structure() 281 bb_note = emit_note_after (NOTE_INSN_BASIC_BLOCK, head); in create_basic_block_structure() 499 emit_note_after (NOTE_INSN_DELETED, insn); in rtl_split_block()
|
| D | cfgexpand.c | 1413 note = emit_note_after (NOTE_INSN_BASIC_BLOCK, BB_HEAD (bb)); in expand_gimple_basic_block()
|
| D | jump.c | 1698 emit_note_after (NOTE_INSN_FUNCTION_END, nlabel); in redirect_jump_2()
|
| D | except.c | 3336 note = emit_note_after (NOTE_INSN_EH_REGION_END, in convert_to_eh_region_ranges() 3359 note = emit_note_after (NOTE_INSN_EH_REGION_END, last_action_insn); in convert_to_eh_region_ranges()
|
| D | haifa-sched.c | 1490 new = emit_note_after (NOTE_LINE_NUMBER (note), prev); in restore_line_notes() 4257 emit_note_after (NOTE_INSN_DELETED, insn); in extend_bb()
|
| D | rtl.h | 1554 extern rtx emit_note_after (int, rtx);
|
| D | var-tracking.c | 2447 note = emit_note_after (NOTE_INSN_VAR_LOCATION, insn); in emit_note_insn_var_location()
|
| D | emit-rtl.c | 4089 emit_note_after (int subtype, rtx after) in emit_note_after() function
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | haifa-sched.c | 1438 new = emit_note_after (NOTE_LINE_NUMBER (note), prev); 2496 emit_note_after (NOTE_INSN_DELETED, EXIT_BLOCK_PTR->prev_bb->end);
|
| D | cfgrtl.c | 288 = emit_note_after (NOTE_INSN_BASIC_BLOCK, get_last_insn ()); 291 bb_note = emit_note_after (NOTE_INSN_BASIC_BLOCK, head);
|
| D | except.c | 3449 note = emit_note_after (NOTE_INSN_EH_REGION_END, in convert_to_eh_region_ranges() 3472 note = emit_note_after (NOTE_INSN_EH_REGION_END, last_action_insn); in convert_to_eh_region_ranges()
|
| D | jump.c | 2119 emit_note_after (NOTE_INSN_FUNCTION_END, nlabel);
|
| D | sched-rgn.c | 2135 rtx note = emit_note_after (NOTE_INSN_DELETED, insn);
|
| D | rtl.h | 1481 extern rtx emit_note_after PARAMS ((int, rtx));
|
| D | emit-rtl.c | 4418 emit_note_after (subtype, after) in emit_note_after() function
|
| D | loop.c | 686 loop->sink = emit_note_after (NOTE_INSN_DELETED, loop->end);
|
| D | ChangeLog.7 | 4113 (emit_note_before, emit_note_after, emit_line_note_after, emit_note):
|