Searched refs:redirect_with_delay_slots_safe_p (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dreorg.c219 static int redirect_with_delay_slots_safe_p (rtx_insn *, rtx, rtx);
966 redirect_with_delay_slots_safe_p (rtx_insn *jump, rtx newlabel, rtx seq)
3380 && redirect_with_delay_slots_safe_p (delay_jump_insn, trial, insn))
3435 && redirect_with_delay_slots_safe_p (delay_jump_insn,
3525 && redirect_with_delay_slots_safe_p (delay_jump_insn,
3655 if (redirect_with_delay_slots_safe_p (jump_insn, real_label, insn))
953 redirect_with_delay_slots_safe_p (rtx_insn *jump, rtx newlabel, rtx seq) function
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dreorg.cc194 static int redirect_with_delay_slots_safe_p (rtx_insn *, rtx, rtx);
902 redirect_with_delay_slots_safe_p (rtx_insn *jump, rtx newlabel, rtx seq)
3304 && redirect_with_delay_slots_safe_p (delay_jump_insn, trial, insn))
3359 && redirect_with_delay_slots_safe_p (delay_jump_insn,
3442 && redirect_with_delay_slots_safe_p (delay_jump_insn,
3572 if (redirect_with_delay_slots_safe_p (jump_insn, real_label, insn))
889 redirect_with_delay_slots_safe_p (rtx_insn *jump, rtx newlabel, rtx seq) function

Completed in 99 milliseconds