Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcfgrtl.c89 || NOTE_LINE_NUMBER (note) == NOTE_INSN_BASIC_BLOCK
288 = emit_note_after (NOTE_INSN_BASIC_BLOCK, get_last_insn ());
291 bb_note = emit_note_after (NOTE_INSN_BASIC_BLOCK, head);
297 bb_note = emit_note_before (NOTE_INSN_BASIC_BLOCK, head);
586 || NOTE_LINE_NUMBER (prev) == NOTE_INSN_BASIC_BLOCK
838 && NOTE_LINE_NUMBER (insn) != NOTE_INSN_BASIC_BLOCK;
2032 && NOTE_LINE_NUMBER (insn) == NOTE_INSN_BASIC_BLOCK)) in verify_flow_info()
H A Dcfglayout.c691 || NOTE_LINE_NUMBER (insn) != NOTE_INSN_BASIC_BLOCK)) in cleanup_unconditional_jumps()
822 case NOTE_INSN_BASIC_BLOCK:
H A Dprint-rtl.c266 case NOTE_INSN_BASIC_BLOCK:
H A Dcfgbuild.c523 if (kind == NOTE_INSN_BASIC_BLOCK)
H A Drtl.h808 && NOTE_LINE_NUMBER (INSN) == NOTE_INSN_BASIC_BLOCK)
889 NOTE_INSN_BASIC_BLOCK, enumerator
H A Dra-debug.c608 if (NOTE_LINE_NUMBER (insn) != NOTE_INSN_BASIC_BLOCK
H A Dlcm.c1310 == NOTE_INSN_BASIC_BLOCK))
H A Dunroll.c2281 && NOTE_LINE_NUMBER (insn) != NOTE_INSN_BASIC_BLOCK
2333 && NOTE_LINE_NUMBER (insn) != NOTE_INSN_BASIC_BLOCK
H A Demit-rtl.c3587 || NOTE_LINE_NUMBER (insn) != NOTE_INSN_BASIC_BLOCK))
3656 || NOTE_LINE_NUMBER (insn) != NOTE_INSN_BASIC_BLOCK))
H A Dintegrate.c480 if (GET_CODE (insn) == NOTE && NOTE_LINE_NUMBER (insn) == NOTE_INSN_BASIC_BLOCK)
H A Dfinal.c2029 case NOTE_INSN_BASIC_BLOCK:
/openbsd-src/gnu/gcc/gcc/
H A Dcfgbuild.c405 && NOTE_LINE_NUMBER (insn) != NOTE_INSN_BASIC_BLOCK) in make_edges()
479 if (kind == NOTE_INSN_BASIC_BLOCK) in find_basic_blocks_1()
H A Dcfgrtl.c89 || NOTE_LINE_NUMBER (note) == NOTE_INSN_BASIC_BLOCK); in can_delete_note_p()
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()
287 bb_note = emit_note_before (NOTE_INSN_BASIC_BLOCK, head); in create_basic_block_structure()
587 || NOTE_LINE_NUMBER (prev) == NOTE_INSN_BASIC_BLOCK in rtl_merge_blocks()
1445 && NOTE_LINE_NUMBER (cur_insn) == NOTE_INSN_BASIC_BLOCK) in commit_one_edge_insertion()
2022 && NOTE_LINE_NUMBER (insn) == NOTE_INSN_BASIC_BLOCK)) in rtl_verify_flow_info()
H A Dsched-int.h523 != NOTE_INSN_BASIC_BLOCK))
H A Dcfglayout.c194 && NOTE_LINE_NUMBER (insn) != NOTE_INSN_BASIC_BLOCK; in record_effective_endpoints()
996 case NOTE_INSN_BASIC_BLOCK: in duplicate_insn_chain()
H A Dcfgexpand.c1413 note = emit_note_after (NOTE_INSN_BASIC_BLOCK, BB_HEAD (bb)); in expand_gimple_basic_block()
1418 note = BB_HEAD (bb) = emit_note (NOTE_INSN_BASIC_BLOCK); in expand_gimple_basic_block()
H A Dmode-switching.c663 == NOTE_INSN_BASIC_BLOCK)) in optimize_mode_switching()
H A Dprint-rtl.c292 case NOTE_INSN_BASIC_BLOCK: in print_rtx()
H A Dddg.c482 && NOTE_LINE_NUMBER (insn) != NOTE_INSN_BASIC_BLOCK) in create_ddg()
H A Demit-rtl.c3418 || NOTE_LINE_NUMBER (insn) != NOTE_INSN_BASIC_BLOCK)) in add_insn_after()
3484 && NOTE_LINE_NUMBER (insn) == NOTE_INSN_BASIC_BLOCK)); in add_insn_before()
H A Drtl.h863 && NOTE_LINE_NUMBER (INSN) == NOTE_INSN_BASIC_BLOCK)
H A Dfinal.c1711 case NOTE_INSN_BASIC_BLOCK: in final_scan_insn()
/openbsd-src/gnu/gcc/gcc/doc/
H A Dcfg.texi80 @findex NOTE_INSN_BASIC_BLOCK, CODE_LABEL, notes
83 @code{NOTE_INSN_BASIC_BLOCK} or to a @code{CODE_LABEL}, if present.
89 updates difficult. The @code{NOTE_INSN_BASIC_BLOCK} note is the only
92 @code{NOTE_INSN_BASIC_BLOCK}, but zero or more @code{CODE_LABEL}
95 @code{NOTE_INSN_BASIC_BLOCK}. A @code{CODE_LABEL} cannot appear in
/openbsd-src/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dia64.c5294 && NOTE_LINE_NUMBER (insn) == NOTE_INSN_BASIC_BLOCK)
6987 && NOTE_LINE_NUMBER (NEXT_INSN (head)) == NOTE_INSN_BASIC_BLOCK) in emit_predicate_relation_info()
7681 && NOTE_LINE_NUMBER (insn) == NOTE_INSN_BASIC_BLOCK)
/openbsd-src/gnu/gcc/gcc/config/ia64/
H A Dia64.c6018 && NOTE_LINE_NUMBER (insn) == NOTE_INSN_BASIC_BLOCK) in emit_insn_group_barriers()
8390 && NOTE_LINE_NUMBER (NEXT_INSN (head)) == NOTE_INSN_BASIC_BLOCK) in emit_predicate_relation_info()
9027 && NOTE_LINE_NUMBER (insn) == NOTE_INSN_BASIC_BLOCK) in process_for_unwind_directive()

123