Home
last modified time | relevance | path

Searched refs:delay_insn (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dreorg.c476 rtx delay_insn = copy_rtx (insn); in emit_delay_sequence() local
510 XVECEXP (seq, 0, 0) = delay_insn; in emit_delay_sequence()
511 INSN_DELETED_P (delay_insn) = 0; in emit_delay_sequence()
1430 flags = get_jump_flags (delay_insn, JUMP_LABEL (delay_insn)); in try_merge_delay_insns()
3048 rtx trial, delay_insn, target_label; in relax_delay_slots() local
3147 delay_insn = XVECEXP (pat, 0, 0); in relax_delay_slots()
3197 delete_scheduled_jump (delay_insn); in relax_delay_slots()
3277 && ! condjump_in_parallel_p (delay_insn) in relax_delay_slots()
3315 delete_scheduled_jump (delay_insn); in relax_delay_slots()
3338 && any_condjump_p (delay_insn) in relax_delay_slots()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dreorg.c454 rtx delay_insn = copy_rtx (insn); local
488 XVECEXP (seq, 0, 0) = delay_insn;
489 INSN_DELETED_P (delay_insn) = 0;
1487 flags = get_jump_flags (delay_insn, JUMP_LABEL (delay_insn));
3124 rtx trial, delay_insn, target_label; local
3225 delay_insn = XVECEXP (pat, 0, 0);
3276 delete_scheduled_jump (delay_insn);
3286 target_label = JUMP_LABEL (delay_insn);
3360 && ! condjump_in_parallel_p (delay_insn)
3399 delete_scheduled_jump (delay_insn);
[all …]