Home
last modified time | relevance | path

Searched refs:NOTE_INSN_BLOCK_BEG (Results 1 – 25 of 25) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcfglayout.c231 case NOTE_INSN_BLOCK_BEG: in scope_to_insns_initialize()
321 insn = emit_note_before (NOTE_INSN_BLOCK_BEG, insn);
826 case NOTE_INSN_BLOCK_BEG:
H A Dc-semantics.c605 ? NOTE_INSN_BLOCK_BEG
H A Dprint-rtl.c255 case NOTE_INSN_BLOCK_BEG:
H A Djump.c352 && (NOTE_LINE_NUMBER (insn) == NOTE_INSN_BLOCK_BEG
568 || NOTE_LINE_NUMBER (insn) == NOTE_INSN_BLOCK_BEG
H A Dstmt.c906 start = emit_note (NULL, NOTE_INSN_BLOCK_BEG);
2680 else if (NOTE_LINE_NUMBER (etc_note) == NOTE_INSN_BLOCK_BEG) in expand_end_loop()
2721 && (NOTE_LINE_NUMBER (insn) == NOTE_INSN_BLOCK_BEG in expand_end_loop()
3404 note = emit_note (NULL, NOTE_INSN_BLOCK_BEG);
H A Dfinal.c2062 case NOTE_INSN_BLOCK_BEG:
2134 && (NOTE_LINE_NUMBER (note) == NOTE_INSN_BLOCK_BEG
H A Demit-rtl.c3910 case NOTE_INSN_BLOCK_BEG: in remove_unnecessary_notes()
3947 if (NOTE_LINE_NUMBER (tmp) == NOTE_INSN_BLOCK_BEG) in remove_unnecessary_notes()
H A Dfunction.c4311 && NOTE_LINE_NUMBER (searcher) == NOTE_INSN_BLOCK_BEG) in get_first_block_beg()
5941 if (NOTE_LINE_NUMBER (insn) == NOTE_INSN_BLOCK_BEG)
6046 if (NOTE_LINE_NUMBER (insn) == NOTE_INSN_BLOCK_BEG)
H A Dprotector.c863 && NOTE_LINE_NUMBER (insn) == NOTE_INSN_BLOCK_BEG)
H A Drtl.h839 NOTE_INSN_BLOCK_BEG, enumerator
H A Dintegrate.c1675 && (NOTE_LINE_NUMBER (copy) == NOTE_INSN_BLOCK_BEG
H A DChangeLog.2585 NOTE_INSN_BLOCK_BEG or NOTE_INSN_BLOCK_END.
7209 indicating that no NOTE_INSN_BLOCK_BEG note is required.
H A DChangeLog.110575 NOTE_INSN_DELETED instead of a NOTE_INSN_BLOCK_BEG.
H A DChangeLog.39653 NOTE_INSN_BLOCK_BEG and NOTE_INSN_BLOCK_END notes have an
/openbsd/gnu/gcc/gcc/
H A Dcfglayout.c272 gcc_assert (NOTE_LINE_NUMBER (insn) != NOTE_INSN_BLOCK_BEG in insn_locators_initialize()
414 insn = emit_note_before (NOTE_INSN_BLOCK_BEG, insn); in change_scope()
H A Dprint-rtl.c284 case NOTE_INSN_BLOCK_BEG: in print_rtx()
H A Djump.c285 || NOTE_LINE_NUMBER (insn) == NOTE_INSN_BLOCK_BEG)) in squeeze_notes()
288 gcc_assert (NOTE_LINE_NUMBER (insn) != NOTE_INSN_BLOCK_BEG in squeeze_notes()
H A Dfinal.c1772 case NOTE_INSN_BLOCK_BEG: in final_scan_insn()
H A Dgengtype.c517 case NOTE_INSN_BLOCK_BEG: in adjust_field_rtx_def()
H A Dfunction.c3618 if (NOTE_LINE_NUMBER (insn) == NOTE_INSN_BLOCK_BEG) in reorder_blocks_1()
/openbsd/gnu/gcc/gcc/doc/
H A Drtl.texi3135 @findex NOTE_INSN_BLOCK_BEG
3137 @item NOTE_INSN_BLOCK_BEG
H A Dgccint.info11079 `NOTE_INSN_BLOCK_BEG'
33111 * NOTE_INSN_BLOCK_BEG: Insns. (line 191)
/openbsd/gnu/usr.bin/gcc/gcc/doc/
H A Drtl.texi2913 @findex NOTE_INSN_BLOCK_BEG
2915 @item NOTE_INSN_BLOCK_BEG
/openbsd/gnu/gcc/gcc/cp/
H A DChangeLog-1999219 NOTE_INSN_BLOCK_BEG/NOTE_INSN_BLOCK_END notes.
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A DChangeLog.2219 NOTE_INSN_BLOCK_BEG/NOTE_INSN_BLOCK_END notes.