/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/riscv/ |
H A D | riscv-sr.c | 72 rtx_insn *insn, *bb_note; in riscv_sr_match_prologue() local 94 for (bb_note = PREV_INSN (PREV_INSN (insn)); in riscv_sr_match_prologue() 95 bb_note != NULL; in riscv_sr_match_prologue() 96 bb_note = PREV_INSN (bb_note)) in riscv_sr_match_prologue() 98 if (!NOTE_P (bb_note)) in riscv_sr_match_prologue() 100 if (NOTE_KIND (bb_note) == NOTE_INSN_BASIC_BLOCK) in riscv_sr_match_prologue() 102 if (NOTE_KIND (bb_note) != NOTE_INSN_DELETED in riscv_sr_match_prologue() 103 && NOTE_KIND (bb_note) != NOTE_INSN_FUNCTION_BEG) in riscv_sr_match_prologue() 106 if (bb_note == NULL) in riscv_sr_match_prologue()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/ |
H A D | riscv-sr.cc | 72 rtx_insn *insn, *bb_note; in riscv_sr_match_prologue() local 94 for (bb_note = PREV_INSN (PREV_INSN (insn)); in riscv_sr_match_prologue() 95 bb_note != NULL; in riscv_sr_match_prologue() 96 bb_note = PREV_INSN (bb_note)) in riscv_sr_match_prologue() 98 if (!NOTE_P (bb_note)) in riscv_sr_match_prologue() 100 if (NOTE_KIND (bb_note) == NOTE_INSN_BASIC_BLOCK) in riscv_sr_match_prologue() 102 if (NOTE_KIND (bb_note) != NOTE_INSN_DELETED in riscv_sr_match_prologue() 103 && NOTE_KIND (bb_note) != NOTE_INSN_FUNCTION_BEG) in riscv_sr_match_prologue() 106 if (bb_note == NULL) in riscv_sr_match_prologue()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | cfgrtl.c | 146 rtx_insn *bb_note = NEXT_INSN (insn); in delete_insn() local 155 if (bb_note != NULL_RTX in delete_insn() 156 && NOTE_INSN_BASIC_BLOCK_P (bb_note) in delete_insn() 158 && bb == BLOCK_FOR_INSN (bb_note)) in delete_insn() 160 reorder_insns_nobb (insn, insn, bb_note); in delete_insn() 161 BB_HEAD (bb) = bb_note; in delete_insn() 162 if (BB_END (bb) == bb_note) in delete_insn() 290 create_basic_block_structure (rtx_insn *head, rtx_insn *end, rtx_note *bb_note, in create_basic_block_structure() argument 295 if (bb_note in create_basic_block_structure() 296 && (bb = NOTE_BASIC_BLOCK (bb_note)) != NULL in create_basic_block_structure() [all …]
|
H A D | cfgrtl.h | 35 extern rtx_note *bb_note (basic_block);
|
H A D | shrink-wrap.c | 416 rtx_insn *insn_copy = emit_insn_after (PATTERN (insn), bb_note (bb)); in move_insn_for_shrink_wrap() 1555 emit_insn_after (seq, bb_note (bb)); in emit_common_heads_for_components() 1568 emit_insn_after (seq, bb_note (bb)); in emit_common_heads_for_components()
|
H A D | sched-ebb.c | 715 while (bb_note (bb) == BB_END (bb)); in advance_target_bb()
|
H A D | sel-sched-dump.c | 783 cur_insn = bb_note (bb); in sel_dump_cfg_2()
|
H A D | sel-sched.c | 1815 bb_note (recovery_block)); in create_speculation_check() 5146 rtx_note *note = bb_note (BLOCK_FOR_INSN (nop)); in move_nop_to_previous_block() 6731 rtx_note *note = bb_note (bb); in init_seqno_1() 7264 FOR_EACH_SUCC_1 (insn, si, bb_note (EBB_FIRST_BB (0)), in sel_region_finish() 7530 init_fences (bb_note (EBB_FIRST_BB (0))); in sel_sched_region_1() 7605 init_fences (bb_note (bb)); in sel_sched_region_1()
|
H A D | sel-sched-ir.c | 4558 rtx_note *note = bb_note (bb); in sel_bb_head() 4633 remove_notes (bb_note (bb), BB_END (bb)); in init_bb() 4983 rtx_note *note = bb_note (bb); in return_bb_to_pool() 6401 if (BB_END (bb) != bb_note (bb)) in sel_remove_loop_preheader() 6448 if (BB_END (prev_bb) == bb_note (prev_bb)) in sel_remove_loop_preheader()
|
H A D | sched-int.h | 1426 extern rtx_note *bb_note (basic_block);
|
H A D | sel-sched-ir.h | 1346 || *succp == NEXT_INSN (bb_note (bb))); in _succ_iter_cond()
|
H A D | haifa-sched.c | 5060 head = NEXT_INSN (bb_note (head_bb)); in restore_other_notes() 6232 last_scheduled_insn = bb_note (*target_bb); in commit_schedule()
|
H A D | ira.c | 5077 emit_insn_after (new_move, bb_note (call_dom)); in split_live_ranges_for_shrink_wrap()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | cfgrtl.cc | 151 rtx_insn *bb_note = NEXT_INSN (insn); in delete_insn() local 160 if (bb_note != NULL_RTX in delete_insn() 161 && NOTE_INSN_BASIC_BLOCK_P (bb_note) in delete_insn() 163 && bb == BLOCK_FOR_INSN (bb_note)) in delete_insn() 165 reorder_insns_nobb (insn, insn, bb_note); in delete_insn() 166 BB_HEAD (bb) = bb_note; in delete_insn() 167 if (BB_END (bb) == bb_note) in delete_insn() 295 create_basic_block_structure (rtx_insn *head, rtx_insn *end, rtx_note *bb_note, in create_basic_block_structure() argument 300 if (bb_note in create_basic_block_structure() 301 && (bb = NOTE_BASIC_BLOCK (bb_note)) != NULL in create_basic_block_structure() [all …]
|
H A D | cfgrtl.h | 35 extern rtx_note *bb_note (basic_block);
|
H A D | shrink-wrap.cc | 417 rtx_insn *insn_copy = emit_insn_after (PATTERN (insn), bb_note (bb)); in move_insn_for_shrink_wrap() 1566 emit_insn_after (seq, bb_note (bb)); in emit_common_heads_for_components() 1579 emit_insn_after (seq, bb_note (bb)); in emit_common_heads_for_components()
|
H A D | sched-ebb.cc | 715 while (bb_note (bb) == BB_END (bb)); in advance_target_bb()
|
H A D | sel-sched-dump.cc | 780 cur_insn = bb_note (bb); in sel_dump_cfg_2()
|
H A D | sel-sched.cc | 1815 bb_note (recovery_block)); in create_speculation_check() 5146 rtx_note *note = bb_note (BLOCK_FOR_INSN (nop)); in move_nop_to_previous_block() 6731 rtx_note *note = bb_note (bb); in init_seqno_1() 7264 FOR_EACH_SUCC_1 (insn, si, bb_note (EBB_FIRST_BB (0)), in sel_region_finish() 7530 init_fences (bb_note (EBB_FIRST_BB (0))); in sel_sched_region_1() 7605 init_fences (bb_note (bb)); in sel_sched_region_1()
|
H A D | sel-sched-ir.cc | 4559 rtx_note *note = bb_note (bb); in sel_bb_head() 4634 remove_notes (bb_note (bb), BB_END (bb)); in init_bb() 4981 rtx_note *note = bb_note (bb); in return_bb_to_pool() 6397 if (BB_END (bb) != bb_note (bb)) in sel_remove_loop_preheader() 6444 if (BB_END (prev_bb) == bb_note (prev_bb)) in sel_remove_loop_preheader()
|
H A D | sched-int.h | 1426 extern rtx_note *bb_note (basic_block);
|
H A D | sel-sched-ir.h | 1346 || *succp == NEXT_INSN (bb_note (bb))); in _succ_iter_cond()
|
H A D | haifa-sched.cc | 5062 head = NEXT_INSN (bb_note (head_bb)); in restore_other_notes() 6241 last_scheduled_insn = bb_note (*target_bb); in commit_schedule()
|
H A D | ira.cc | 5197 emit_insn_after (new_move, bb_note (call_dom)); in split_live_ranges_for_shrink_wrap()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/rtl-ssa/ |
H A D | blocks.cc | 858 insn = append_artificial_insn (bb, bb_note (cfg_bb)); in add_artificial_accesses()
|