Searched refs:NOTE_INSN_BASIC_BLOCK (Results 1 – 25 of 51) sorted by relevance
123
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | cfgrtl.c | 89 || 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 D | cfglayout.c | 691 || NOTE_LINE_NUMBER (insn) != NOTE_INSN_BASIC_BLOCK)) in cleanup_unconditional_jumps() 822 case NOTE_INSN_BASIC_BLOCK:
|
H A D | print-rtl.c | 266 case NOTE_INSN_BASIC_BLOCK:
|
H A D | cfgbuild.c | 523 if (kind == NOTE_INSN_BASIC_BLOCK)
|
H A D | rtl.h | 808 && NOTE_LINE_NUMBER (INSN) == NOTE_INSN_BASIC_BLOCK) 889 NOTE_INSN_BASIC_BLOCK, enumerator
|
H A D | ra-debug.c | 608 if (NOTE_LINE_NUMBER (insn) != NOTE_INSN_BASIC_BLOCK
|
H A D | lcm.c | 1310 == NOTE_INSN_BASIC_BLOCK))
|
H A D | unroll.c | 2281 && NOTE_LINE_NUMBER (insn) != NOTE_INSN_BASIC_BLOCK 2333 && NOTE_LINE_NUMBER (insn) != NOTE_INSN_BASIC_BLOCK
|
H A D | emit-rtl.c | 3587 || NOTE_LINE_NUMBER (insn) != NOTE_INSN_BASIC_BLOCK)) 3656 || NOTE_LINE_NUMBER (insn) != NOTE_INSN_BASIC_BLOCK))
|
H A D | integrate.c | 480 if (GET_CODE (insn) == NOTE && NOTE_LINE_NUMBER (insn) == NOTE_INSN_BASIC_BLOCK)
|
H A D | final.c | 2029 case NOTE_INSN_BASIC_BLOCK:
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | cfgbuild.c | 405 && 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 D | cfgrtl.c | 89 || 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 D | sched-int.h | 523 != NOTE_INSN_BASIC_BLOCK))
|
H A D | cfglayout.c | 194 && NOTE_LINE_NUMBER (insn) != NOTE_INSN_BASIC_BLOCK; in record_effective_endpoints() 996 case NOTE_INSN_BASIC_BLOCK: in duplicate_insn_chain()
|
H A D | cfgexpand.c | 1413 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 D | mode-switching.c | 663 == NOTE_INSN_BASIC_BLOCK)) in optimize_mode_switching()
|
H A D | print-rtl.c | 292 case NOTE_INSN_BASIC_BLOCK: in print_rtx()
|
H A D | ddg.c | 482 && NOTE_LINE_NUMBER (insn) != NOTE_INSN_BASIC_BLOCK) in create_ddg()
|
H A D | emit-rtl.c | 3418 || 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 D | rtl.h | 863 && NOTE_LINE_NUMBER (INSN) == NOTE_INSN_BASIC_BLOCK)
|
H A D | final.c | 1711 case NOTE_INSN_BASIC_BLOCK: in final_scan_insn()
|
/openbsd-src/gnu/gcc/gcc/doc/ |
H A D | cfg.texi | 80 @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 D | ia64.c | 5294 && 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 D | ia64.c | 6018 && 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