/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | mode-switching.cc | 161 gcc_assert (!NOTE_INSN_BASIC_BLOCK_P (insn) in new_seginfo() 467 if (!NOTE_INSN_BASIC_BLOCK_P (last_insn)) in create_pre_exit() 604 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (ins_pos)); in optimize_mode_switching() 819 if (NOTE_INSN_BASIC_BLOCK_P (ptr->insn_ptr)) in optimize_mode_switching()
|
H A D | sched-ebb.cc | 180 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (BB_END (bb))); in begin_move_insn() 700 && NOTE_INSN_BASIC_BLOCK_P (BB_HEAD (bb->next_bb))); in advance_target_bb()
|
H A D | cfgrtl.cc | 161 && NOTE_INSN_BASIC_BLOCK_P (bb_note) in delete_insn() 695 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (note)); in bb_note() 714 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (insn)); in first_insn_after_basic_block_note() 891 if (NOTE_INSN_BASIC_BLOCK_P (b_head)) in rtl_merge_blocks() 909 || NOTE_INSN_BASIC_BLOCK_P (prev) in rtl_merge_blocks() 2033 if (NOTE_INSN_BASIC_BLOCK_P (tmp)) in commit_one_edge_insertion() 2791 if (!NOTE_INSN_BASIC_BLOCK_P (x) || NOTE_BASIC_BLOCK (x) != bb) in rtl_verify_bb_insns() 2804 if (NOTE_INSN_BASIC_BLOCK_P (x)) in rtl_verify_bb_insns() 3020 if (!insn || NOTE_INSN_BASIC_BLOCK_P (insn)) in rtl_verify_fallthru() 3077 if (NOTE_INSN_BASIC_BLOCK_P (x)) in rtl_verify_bb_layout() [all …]
|
H A D | cfgcleanup.cc | 1148 if (NOTE_INSN_BASIC_BLOCK_P (i1) && NOTE_INSN_BASIC_BLOCK_P (i2)) in old_insns_match_p() 1805 while (!NOTE_INSN_BASIC_BLOCK_P (last1) && in outgoing_edges_match() 1808 while (!NOTE_INSN_BASIC_BLOCK_P (last2) && in outgoing_edges_match() 2144 if (NOTE_INSN_BASIC_BLOCK_P (newpos1)) in try_crossjump_to_edge() 3084 insn && !NOTE_INSN_BASIC_BLOCK_P (insn); in delete_dead_jumptables()
|
H A D | store-motion.cc | 726 && !NOTE_INSN_BASIC_BLOCK_P (before)) in insert_insn_start_basic_block()
|
H A D | haifa-sched.cc | 5500 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (note)); in move_insn() 8592 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (note)); in fix_recovery_deps() 8639 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (insn)); in fix_recovery_deps() 8744 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (note)); in unlink_bb_notes() 8788 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (note)); in restore_bb_notes() 8818 if (!NOTE_INSN_BASIC_BLOCK_P (BB_END (jump_bb_next))) in fix_jump_move()
|
H A D | ddg.cc | 563 if (LABEL_P (insn) || NOTE_INSN_BASIC_BLOCK_P (insn)) in create_ddg()
|
H A D | emit-rtl.cc | 3548 if (NOTE_INSN_BASIC_BLOCK_P (insn)) in next_nonnote_nondebug_insn_bb() 3587 if (NOTE_INSN_BASIC_BLOCK_P (insn)) in prev_nonnote_nondebug_insn_bb() 4209 && !NOTE_INSN_BASIC_BLOCK_P (insn)) in add_insn_after() 4241 || NOTE_INSN_BASIC_BLOCK_P (insn)); in add_insn_before()
|
H A D | reg-stack.cc | 870 || NOTE_INSN_BASIC_BLOCK_P (tmp) in emit_swap_insn() 937 || NOTE_INSN_BASIC_BLOCK_P (tmp) in emit_swap_insn()
|
H A D | sel-sched-ir.h | 1222 gcc_assert (INSN_P (insn) || NOTE_INSN_BASIC_BLOCK_P (insn)); in _succ_iter_start()
|
H A D | ira-emit.cc | 1012 if (NOTE_INSN_BASIC_BLOCK_P (tmp)) in emit_moves()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | mode-switching.c | 161 gcc_assert (!NOTE_INSN_BASIC_BLOCK_P (insn) in new_seginfo() 467 if (!NOTE_INSN_BASIC_BLOCK_P (last_insn)) in create_pre_exit() 604 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (ins_pos)); in optimize_mode_switching() 819 if (NOTE_INSN_BASIC_BLOCK_P (ptr->insn_ptr)) in optimize_mode_switching()
|
H A D | sched-ebb.c | 180 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (BB_END (bb))); in begin_move_insn() 700 && NOTE_INSN_BASIC_BLOCK_P (BB_HEAD (bb->next_bb))); in advance_target_bb()
|
H A D | cfgrtl.c | 156 && NOTE_INSN_BASIC_BLOCK_P (bb_note) in delete_insn() 694 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (note)); in bb_note() 713 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (insn)); in first_insn_after_basic_block_note() 867 if (NOTE_INSN_BASIC_BLOCK_P (b_head)) in rtl_merge_blocks() 885 || NOTE_INSN_BASIC_BLOCK_P (prev) in rtl_merge_blocks() 2014 if (NOTE_INSN_BASIC_BLOCK_P (tmp)) in commit_one_edge_insertion() 2771 if (!NOTE_INSN_BASIC_BLOCK_P (x) || NOTE_BASIC_BLOCK (x) != bb) in rtl_verify_bb_insns() 2784 if (NOTE_INSN_BASIC_BLOCK_P (x)) in rtl_verify_bb_insns() 3000 if (!insn || NOTE_INSN_BASIC_BLOCK_P (insn)) in rtl_verify_fallthru() 3056 if (NOTE_INSN_BASIC_BLOCK_P (x)) in rtl_verify_bb_layout() [all …]
|
H A D | cfgcleanup.c | 1149 if (NOTE_INSN_BASIC_BLOCK_P (i1) && NOTE_INSN_BASIC_BLOCK_P (i2)) in old_insns_match_p() 1818 while (!NOTE_INSN_BASIC_BLOCK_P (last1) && in outgoing_edges_match() 1821 while (!NOTE_INSN_BASIC_BLOCK_P (last2) && in outgoing_edges_match() 2157 if (NOTE_INSN_BASIC_BLOCK_P (newpos1)) in try_crossjump_to_edge() 3115 insn && !NOTE_INSN_BASIC_BLOCK_P (insn); in delete_dead_jumptables()
|
H A D | store-motion.c | 730 && !NOTE_INSN_BASIC_BLOCK_P (before)) in insert_insn_start_basic_block()
|
H A D | haifa-sched.c | 5498 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (note)); in move_insn() 8587 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (note)); in fix_recovery_deps() 8634 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (insn)); in fix_recovery_deps() 8739 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (note)); in unlink_bb_notes() 8783 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (note)); in restore_bb_notes() 8813 if (!NOTE_INSN_BASIC_BLOCK_P (BB_END (jump_bb_next))) in fix_jump_move()
|
H A D | ddg.c | 563 if (LABEL_P (insn) || NOTE_INSN_BASIC_BLOCK_P (insn)) in create_ddg()
|
H A D | emit-rtl.c | 3541 if (NOTE_INSN_BASIC_BLOCK_P (insn)) in next_nonnote_nondebug_insn_bb() 3580 if (NOTE_INSN_BASIC_BLOCK_P (insn)) in prev_nonnote_nondebug_insn_bb() 4234 && !NOTE_INSN_BASIC_BLOCK_P (insn)) in add_insn_after() 4266 || NOTE_INSN_BASIC_BLOCK_P (insn)); in add_insn_before()
|
H A D | reg-stack.c | 869 || NOTE_INSN_BASIC_BLOCK_P (tmp) in emit_swap_insn() 936 || NOTE_INSN_BASIC_BLOCK_P (tmp) in emit_swap_insn()
|
H A D | ira-emit.c | 1012 if (NOTE_INSN_BASIC_BLOCK_P (tmp)) in emit_moves()
|
H A D | sel-sched-ir.h | 1222 gcc_assert (INSN_P (insn) || NOTE_INSN_BASIC_BLOCK_P (insn)); in _succ_iter_start()
|
H A D | loop-unroll.c | 1963 while (!NOTE_INSN_BASIC_BLOCK_P (insn)) in combine_var_copies_in_loop_exit()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | aarch64-speculation.cc | 281 if (NOTE_INSN_BASIC_BLOCK_P (insn)) in aarch64_do_track_speculation()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
H A D | aarch64-speculation.cc | 281 if (NOTE_INSN_BASIC_BLOCK_P (insn)) in aarch64_do_track_speculation()
|