Home
last modified time | relevance | path

Searched refs:emit_note_after (Results 1 – 17 of 17) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dcfgrtl.c278 = 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()
Dcfgexpand.c1413 note = emit_note_after (NOTE_INSN_BASIC_BLOCK, BB_HEAD (bb)); in expand_gimple_basic_block()
Djump.c1698 emit_note_after (NOTE_INSN_FUNCTION_END, nlabel); in redirect_jump_2()
Dexcept.c3336 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()
Dhaifa-sched.c1490 new = emit_note_after (NOTE_LINE_NUMBER (note), prev); in restore_line_notes()
4257 emit_note_after (NOTE_INSN_DELETED, insn); in extend_bb()
Drtl.h1554 extern rtx emit_note_after (int, rtx);
Dvar-tracking.c2447 note = emit_note_after (NOTE_INSN_VAR_LOCATION, insn); in emit_note_insn_var_location()
Demit-rtl.c4089 emit_note_after (int subtype, rtx after) in emit_note_after() function
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dhaifa-sched.c1438 new = emit_note_after (NOTE_LINE_NUMBER (note), prev);
2496 emit_note_after (NOTE_INSN_DELETED, EXIT_BLOCK_PTR->prev_bb->end);
Dcfgrtl.c288 = emit_note_after (NOTE_INSN_BASIC_BLOCK, get_last_insn ());
291 bb_note = emit_note_after (NOTE_INSN_BASIC_BLOCK, head);
Dexcept.c3449 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()
Djump.c2119 emit_note_after (NOTE_INSN_FUNCTION_END, nlabel);
Dsched-rgn.c2135 rtx note = emit_note_after (NOTE_INSN_DELETED, insn);
Drtl.h1481 extern rtx emit_note_after PARAMS ((int, rtx));
Demit-rtl.c4418 emit_note_after (subtype, after) in emit_note_after() function
Dloop.c686 loop->sink = emit_note_after (NOTE_INSN_DELETED, loop->end);
DChangeLog.74113 (emit_note_before, emit_note_after, emit_line_note_after, emit_note):