Home
last modified time | relevance | path

Searched refs:NOTE_INSN_BASIC_BLOCK_P (Results 1 – 25 of 37) sorted by relevance

12

/dragonfly/contrib/gcc-8.0/gcc/
H A Dmode-switching.c161 gcc_assert (!NOTE_INSN_BASIC_BLOCK_P (insn) in new_seginfo()
453 if (!NOTE_INSN_BASIC_BLOCK_P (last_insn)) in create_pre_exit()
590 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (ins_pos)); in optimize_mode_switching()
805 if (NOTE_INSN_BASIC_BLOCK_P (ptr->insn_ptr)) in optimize_mode_switching()
H A Dsched-ebb.c181 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (BB_END (bb))); in begin_move_insn()
702 && NOTE_INSN_BASIC_BLOCK_P (BB_HEAD (bb->next_bb))); in advance_target_bb()
H A Dcfgrtl.c150 && NOTE_INSN_BASIC_BLOCK_P (bb_note) in delete_insn()
674 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (note)); in bb_note()
693 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (insn)); in first_insn_after_basic_block_note()
843 if (NOTE_INSN_BASIC_BLOCK_P (b_head)) in rtl_merge_blocks()
861 || NOTE_INSN_BASIC_BLOCK_P (prev) in rtl_merge_blocks()
1993 if (NOTE_INSN_BASIC_BLOCK_P (tmp)) in commit_one_edge_insertion()
2675 if (NOTE_INSN_BASIC_BLOCK_P (x)) in rtl_verify_bb_insns()
2891 if (!insn || NOTE_INSN_BASIC_BLOCK_P (insn)) in rtl_verify_fallthru()
2948 if (NOTE_INSN_BASIC_BLOCK_P (x)) in rtl_verify_bb_layout()
4697 if (!NOTE_INSN_BASIC_BLOCK_P (insn)) in cfg_layout_merge_blocks()
[all …]
H A Dcfgcleanup.c1137 if (NOTE_INSN_BASIC_BLOCK_P (i1) && NOTE_INSN_BASIC_BLOCK_P (i2)) in old_insns_match_p()
1803 while (!NOTE_INSN_BASIC_BLOCK_P (last1) && in outgoing_edges_match()
1806 while (!NOTE_INSN_BASIC_BLOCK_P (last2) && in outgoing_edges_match()
2142 if (NOTE_INSN_BASIC_BLOCK_P (newpos1)) in try_crossjump_to_edge()
3100 insn && !NOTE_INSN_BASIC_BLOCK_P (insn); in delete_dead_jumptables()
H A Dstore-motion.c730 && !NOTE_INSN_BASIC_BLOCK_P (before)) in insert_insn_start_basic_block()
H A Dhaifa-sched.c5464 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (note)); in move_insn()
8550 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (note)); in fix_recovery_deps()
8597 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (insn)); in fix_recovery_deps()
8702 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (note)); in unlink_bb_notes()
8746 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (note)); in restore_bb_notes()
8776 if (!NOTE_INSN_BASIC_BLOCK_P (BB_END (jump_bb_next))) in fix_jump_move()
H A Demit-rtl.c3554 if (NOTE_INSN_BASIC_BLOCK_P (insn)) in next_nonnote_nondebug_insn_bb()
3593 if (NOTE_INSN_BASIC_BLOCK_P (insn)) in prev_nonnote_nondebug_insn_bb()
4250 && !NOTE_INSN_BASIC_BLOCK_P (insn)) in add_insn_after()
4284 || NOTE_INSN_BASIC_BLOCK_P (insn)); in add_insn_before()
H A Dreg-stack.c857 || NOTE_INSN_BASIC_BLOCK_P (tmp) in emit_swap_insn()
924 || NOTE_INSN_BASIC_BLOCK_P (tmp) in emit_swap_insn()
H A Dira-emit.c1012 if (NOTE_INSN_BASIC_BLOCK_P (tmp)) in emit_moves()
H A Dsel-sched-ir.h1217 gcc_assert (INSN_P (insn) || NOTE_INSN_BASIC_BLOCK_P (insn)); in _succ_iter_start()
H A Dloop-unroll.c1963 while (!NOTE_INSN_BASIC_BLOCK_P (insn)) in combine_var_copies_in_loop_exit()
H A Difcvt.c4126 while (end && NOTE_P (end) && !NOTE_INSN_BASIC_BLOCK_P (end)) in merge_if_block()
4149 while (end && NOTE_P (end) && !NOTE_INSN_BASIC_BLOCK_P (end)) in merge_if_block()
H A Dsel-sched-ir.c2960 if (NOTE_INSN_BASIC_BLOCK_P (insn)) in init_global_and_expr_for_insn()
3073 if (LABEL_P (insn) || NOTE_INSN_BASIC_BLOCK_P (insn)) in finish_global_and_expr_insn()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dcfgrtl.c513 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (note)); in bb_note()
532 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (insn)); in first_insn_after_basic_block_note()
632 if (NOTE_INSN_BASIC_BLOCK_P (b_head)) in rtl_merge_blocks()
650 || NOTE_INSN_BASIC_BLOCK_P (prev) in rtl_merge_blocks()
1584 if (NOTE_INSN_BASIC_BLOCK_P (tmp)) in commit_one_edge_insertion()
2071 if (NOTE_INSN_BASIC_BLOCK_P (x)) in rtl_verify_flow_info_1()
2183 if (!insn || NOTE_INSN_BASIC_BLOCK_P (insn)) in rtl_verify_flow_info()
2237 if (NOTE_INSN_BASIC_BLOCK_P (x)) in rtl_verify_flow_info()
2922 if (!NOTE_INSN_BASIC_BLOCK_P (first)) in cfg_layout_merge_blocks()
2944 if (!NOTE_INSN_BASIC_BLOCK_P (insn)) in cfg_layout_merge_blocks()
[all …]
H A Dsched-ebb.c191 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (BB_END (bb))); in begin_move_insn()
713 && NOTE_INSN_BASIC_BLOCK_P (BB_HEAD (bb->next_bb))); in advance_target_bb()
H A Dcfgcleanup.c1096 if (NOTE_INSN_BASIC_BLOCK_P (i1) && NOTE_INSN_BASIC_BLOCK_P (i2)) in old_insns_match_p()
2085 if (NOTE_INSN_BASIC_BLOCK_P (newpos1)) in try_crossjump_to_edge()
2923 insn && !NOTE_INSN_BASIC_BLOCK_P (insn); in delete_dead_jumptables()
H A Dmode-switching.c708 if (NOTE_INSN_BASIC_BLOCK_P (ptr->insn_ptr)) in optimize_mode_switching()
H A Dhaifa-sched.c3449 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (note)); in move_insn()
6126 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (note)); in fix_recovery_deps()
6174 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (insn)); in fix_recovery_deps()
6293 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (note)); in unlink_bb_notes()
6337 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (note)); in restore_bb_notes()
6367 if (!NOTE_INSN_BASIC_BLOCK_P (BB_END (jump_bb_next))) in fix_jump_move()
H A Dloop-unroll.c2169 while (!NOTE_INSN_BASIC_BLOCK_P (insn)) in insert_var_expansion_initialization()
2216 while (!NOTE_INSN_BASIC_BLOCK_P (insn)) in combine_var_copies_in_loop_exit()
H A Dstore-motion.c755 && !NOTE_INSN_BASIC_BLOCK_P (before)) in insert_insn_start_basic_block()
H A Demit-rtl.c3118 if (NOTE_INSN_BASIC_BLOCK_P (insn)) in next_nonnote_insn_bb()
3153 if (NOTE_INSN_BASIC_BLOCK_P (insn)) in prev_nonnote_insn_bb()
3832 && !NOTE_INSN_BASIC_BLOCK_P (insn)) in add_insn_after()
3900 || NOTE_INSN_BASIC_BLOCK_P (insn)); in add_insn_before()
H A Dira-emit.c999 if (NOTE_INSN_BASIC_BLOCK_P (tmp)) in emit_moves()
H A Dsel-sched-ir.h1208 gcc_assert (INSN_P (insn) || NOTE_INSN_BASIC_BLOCK_P (insn)); in _succ_iter_start()
H A Dgcse.c2188 || NOTE_INSN_BASIC_BLOCK_P (insn)) in insert_insn_end_basic_block()
H A Dsel-sched.c4553 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (bb_end)); in block_valid_for_bookkeeping_p()
5038 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (BB_HEAD (block_new))); in move_cond_jump()

12