Searched refs:redundant_insn (Results 1 – 2 of 2) sorted by relevance
| /dflybsd-src/contrib/gcc-4.7/gcc/ |
| H A D | reorg.c | 209 static rtx redundant_insn (rtx, rtx, rtx); 1313 if (redundant_insn (trial, insn, new_delay_list)) in steal_delay_list_from_target() 1407 if (redundant_insn (trial, insn, delay_list)) in steal_delay_list_from_fallthrough() 1641 redundant_insn (rtx insn, rtx target, rtx delay_list) in redundant_insn() function 1998 update_reg_unused_notes (rtx insn, rtx redundant_insn) in update_reg_unused_notes() argument 2010 if (! find_regno_note (redundant_insn, REG_UNUSED, in update_reg_unused_notes() 2689 if ((prior_insn = redundant_insn (trial, insn, delay_list))) in fill_slots_from_thread() 2840 = redundant_insn (new_thread, insn, in fill_slots_from_thread() 3480 if (redundant_insn (XVECEXP (pat, 0, 1), delay_insn, 0)) in relax_delay_slots() 3560 && redundant_insn (trial, insn, 0) in relax_delay_slots() [all …]
|
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | reorg.c | 223 static rtx_insn *redundant_insn (rtx, rtx_insn *, const vec<rtx_insn *> &); 1113 redundant[i] = redundant_insn (trial, insn, new_delay_list); in steal_delay_list_from_target() 1219 if ((prior_insn = redundant_insn (trial, insn, *delay_list))) in steal_delay_list_from_fallthrough() 1462 redundant_insn (rtx insn, rtx_insn *target, const vec<rtx_insn *> &delay_list) in redundant_insn() function 2441 if ((prior_insn = redundant_insn (trial, insn, *delay_list))) in fill_slots_from_thread() 2587 = redundant_insn (new_thread, insn, in fill_slots_from_thread() 3248 if ((prior_insn = redundant_insn (pat->insn (1), delay_insn, vNULL))) in relax_delay_slots() 3335 && redundant_insn (trial, insn, vNULL) in relax_delay_slots() 3368 && redundant_insn (trial_seq->insn (1), insn, vNULL)) in relax_delay_slots()
|