Home
last modified time | relevance | path

Searched refs:INSN_DELETED_P (Results 1 – 16 of 16) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Djump.c270 gcc_assert (! INSN_DELETED_P (insn)); in mark_all_labels()
297 if (INSN_DELETED_P (insn)) in mark_all_labels()
1143 if (! insn || ! INSN_DELETED_P (insn)) in mark_jump_label_1()
1174 if (! INSN_DELETED_P (insn)) in mark_jump_label_1()
1240 while (next && INSN_DELETED_P (next)) in delete_related_insns()
1244 if (INSN_DELETED_P (insn)) in delete_related_insns()
1265 for (p = next && INSN_DELETED_P (next) ? NEXT_INSN (next) : next; in delete_related_insns()
1308 while (next && INSN_DELETED_P (next)) in delete_related_insns()
1324 while (prev && (INSN_DELETED_P (prev) || NOTE_P (prev))) in delete_related_insns()
1347 else if (code == CODE_LABEL && INSN_DELETED_P (next)) in delete_related_insns()
[all …]
H A Dreorg.c547 INSN_DELETED_P (delay_insn) = 0; in emit_delay_sequence()
558 INSN_DELETED_P (tem) = 0; in emit_delay_sequence()
1566 if (INSN_DELETED_P (thread)) in try_merge_delay_insns()
1604 if (INSN_DELETED_P (thread)) in try_merge_delay_insns()
2070 || INSN_DELETED_P (insn) in fill_simple_delay_slots()
2515 INSN_DELETED_P (trial) = 0; in fill_simple_delay_slots()
3072 || INSN_DELETED_P (insn) in fill_eager_delay_slots()
4039 if (! INSN_DELETED_P (insn) in dbr_schedule()
H A Dcprop.c1081 if (INSN_DELETED_P (insn)) in cprop_insn()
1267 if (INSN_DELETED_P (insn)) in local_cprop_pass()
1848 if (! NOTE_P (insn) && ! INSN_DELETED_P (insn)) in one_cprop_pass()
H A Dcfgrtl.c144 gcc_assert (!INSN_DELETED_P (insn)); in delete_insn()
146 INSN_DELETED_P (insn) = 1; in delete_insn()
235 if (clear_bb && !INSN_DELETED_P (start)) in delete_insn_chain()
2588 INSN_DELETED_P (insn) = 0; in fixup_abnormal_edges()
H A Dresource.c923 && ! INSN_DELETED_P (BB_HEAD (BASIC_BLOCK (tinfo->block)))) in mark_target_live_regs()
H A Dfinal.c1094 if (INSN_DELETED_P (insn)) in shorten_branches()
1910 if (INSN_DELETED_P (insn)) in final_scan_insn()
H A Demit-rtl.c3662 if (! INSN_DELETED_P (tem) && INSN_P (tem)) in try_split()
3793 gcc_assert (!optimize || !INSN_DELETED_P (after)); in add_insn_after()
3855 gcc_assert (!optimize || !INSN_DELETED_P (before)); in add_insn_before()
H A Dgcse.c2447 if (INSN_DELETED_P (insn)) in pre_insert_copies()
H A Drtl.h816 #define INSN_DELETED_P(RTX) \ macro
H A Dreg-stack.c2366 if (NOTE_P (insn) || INSN_DELETED_P (insn)) in subst_stack_regs()
H A Dfunction.c1913 if (INSN_DELETED_P (insn)) in instantiate_virtual_regs()
H A Dvarasm.c3759 gcc_assert (!INSN_DELETED_P (tmp)); in output_constant_pool_1()
H A Dreload1.c8725 if (INSN_DELETED_P (output_reload_insn)) in delete_output_reload()
H A Ddwarf2out.c18140 gcc_assert (!INSN_DELETED_P (insn)); in gen_label_die()
20301 || INSN_DELETED_P (next_note) in dwarf2out_var_location()
H A Dcombine.c1231 && INSN_DELETED_P (last_combined_insn)) in combine_instructions()
/dflybsd-src/contrib/gcc-4.7/gcc/doc/
H A Drtl.texi623 @findex INSN_DELETED_P
631 @item INSN_DELETED_P (@var{x})