Home
last modified time | relevance | path

Searched refs:redirect_exp_1 (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Djump.cc65 static void redirect_exp_1 (rtx *, rtx, rtx, rtx_insn *);
1389 redirect_exp_1 (rtx *loc, rtx olabel, rtx nlabel, rtx_insn *insn) in redirect_exp_1() function
1419 redirect_exp_1 (&XEXP (x, 1), olabel, nlabel, insn); in redirect_exp_1()
1420 redirect_exp_1 (&XEXP (x, 2), olabel, nlabel, insn); in redirect_exp_1()
1428 redirect_exp_1 (&XEXP (x, i), olabel, nlabel, insn); in redirect_exp_1()
1433 redirect_exp_1 (&XVECEXP (x, i, j), olabel, nlabel, insn); in redirect_exp_1()
1462 redirect_exp_1 (loc, JUMP_LABEL (jump), nlabel, jump); in redirect_jump_1()
1533 redirect_exp_1 (&XEXP (note, 0), olabel, nlabel, jump); in redirect_jump_2()
H A DChangeLog-200521989 * jump.c (mark_all_labels, redirect_exp_1): Likewise.
30227 * jump.c (redirect_exp_1): If nlabel is a NULL pointer create a
H A DChangeLog-201116562 (redirect_exp_1): Use it. Adjust to handle ret_rtx in JUMP_LABELS.
27161 * jump.c (redirect_exp_1): Don't use gen_rtx_RETURN.
H A DChangeLog-200816307 * jump.c (redirect_exp_1): Skip the condition of an IF_THEN_ELSE. We
H A DChangeLog-200020678 * jump.c (redirect_exp_1): Rework from old redirect_exp. Never
H A DChangeLog-20168781 (redirect_exp_1): Likewise.
H A DChangeLog-201418685 (redirect_exp_1): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Djump.c65 static void redirect_exp_1 (rtx *, rtx, rtx, rtx_insn *);
1429 redirect_exp_1 (rtx *loc, rtx olabel, rtx nlabel, rtx_insn *insn) in redirect_exp_1() function
1459 redirect_exp_1 (&XEXP (x, 1), olabel, nlabel, insn); in redirect_exp_1()
1460 redirect_exp_1 (&XEXP (x, 2), olabel, nlabel, insn); in redirect_exp_1()
1468 redirect_exp_1 (&XEXP (x, i), olabel, nlabel, insn); in redirect_exp_1()
1473 redirect_exp_1 (&XVECEXP (x, i, j), olabel, nlabel, insn); in redirect_exp_1()
1502 redirect_exp_1 (loc, JUMP_LABEL (jump), nlabel, jump); in redirect_jump_1()
1573 redirect_exp_1 (&XEXP (note, 0), olabel, nlabel, jump); in redirect_jump_2()