Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/riscv/
H A Driscv-sr.c72 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 Driscv-sr.cc72 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 Dcfgrtl.c146 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 Dcfgrtl.h35 extern rtx_note *bb_note (basic_block);
H A Dshrink-wrap.c416 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 Dsched-ebb.c715 while (bb_note (bb) == BB_END (bb)); in advance_target_bb()
H A Dsel-sched-dump.c783 cur_insn = bb_note (bb); in sel_dump_cfg_2()
H A Dsel-sched.c1815 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 Dsel-sched-ir.c4558 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 Dsched-int.h1426 extern rtx_note *bb_note (basic_block);
H A Dsel-sched-ir.h1346 || *succp == NEXT_INSN (bb_note (bb))); in _succ_iter_cond()
H A Dhaifa-sched.c5060 head = NEXT_INSN (bb_note (head_bb)); in restore_other_notes()
6232 last_scheduled_insn = bb_note (*target_bb); in commit_schedule()
H A Dira.c5077 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 Dcfgrtl.cc151 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 Dcfgrtl.h35 extern rtx_note *bb_note (basic_block);
H A Dshrink-wrap.cc417 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 Dsched-ebb.cc715 while (bb_note (bb) == BB_END (bb)); in advance_target_bb()
H A Dsel-sched-dump.cc780 cur_insn = bb_note (bb); in sel_dump_cfg_2()
H A Dsel-sched.cc1815 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 Dsel-sched-ir.cc4559 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 Dsched-int.h1426 extern rtx_note *bb_note (basic_block);
H A Dsel-sched-ir.h1346 || *succp == NEXT_INSN (bb_note (bb))); in _succ_iter_cond()
H A Dhaifa-sched.cc5062 head = NEXT_INSN (bb_note (head_bb)); in restore_other_notes()
6241 last_scheduled_insn = bb_note (*target_bb); in commit_schedule()
H A Dira.cc5197 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 Dblocks.cc858 insn = append_artificial_insn (bb, bb_note (cfg_bb)); in add_artificial_accesses()

12