Searched refs:emit_note_after (Results 1 - 16 of 16) sorted by relevance

/openbsd-current/gnu/gcc/gcc/
H A Dcfgrtl.c281 = emit_note_after (NOTE_INSN_BASIC_BLOCK, get_last_insn ());
284 bb_note = emit_note_after (NOTE_INSN_BASIC_BLOCK, head);
505 emit_note_after (NOTE_INSN_DELETED, insn);
H A Djump.c1712 emit_note_after (NOTE_INSN_FUNCTION_END, nlabel);
H A Dcfgexpand.c1413 note = emit_note_after (NOTE_INSN_BASIC_BLOCK, BB_HEAD (bb));
H A Dhaifa-sched.c1494 new = emit_note_after (NOTE_LINE_NUMBER (note), prev);
4262 emit_note_after (NOTE_INSN_DELETED, insn);
H A Dexcept.c3352 note = emit_note_after (NOTE_INSN_EH_REGION_END,
3375 note = emit_note_after (NOTE_INSN_EH_REGION_END, last_action_insn);
H A Drtl.h1558 extern rtx emit_note_after (int, rtx);
H A Dvar-tracking.c2447 note = emit_note_after (NOTE_INSN_VAR_LOCATION, insn);
H A Demit-rtl.c4109 emit_note_after (int subtype, rtx after)
4089 emit_note_after (int subtype, rtx after) function
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dhaifa-sched.c1442 new = emit_note_after (NOTE_LINE_NUMBER (note), prev);
2501 emit_note_after (NOTE_INSN_DELETED, EXIT_BLOCK_PTR->prev_bb->end);
H A Dcfgrtl.c291 = emit_note_after (NOTE_INSN_BASIC_BLOCK, get_last_insn ());
294 bb_note = emit_note_after (NOTE_INSN_BASIC_BLOCK, head);
H A Dexcept.c3464 note = emit_note_after (NOTE_INSN_EH_REGION_END,
3487 note = emit_note_after (NOTE_INSN_EH_REGION_END, last_action_insn);
H A Djump.c2135 emit_note_after (NOTE_INSN_FUNCTION_END, nlabel);
H A Drtl.h1485 extern rtx emit_note_after PARAMS ((int, rtx));
H A Dsched-rgn.c2137 rtx note = emit_note_after (NOTE_INSN_DELETED, insn);
H A Demit-rtl.c4441 emit_note_after (subtype, after)
4418 emit_note_after (subtype, after) function
H A Dloop.c691 loop->sink = emit_note_after (NOTE_INSN_DELETED, loop->end);

Completed in 665 milliseconds