Searched refs:redirect_exp_1 (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | jump.cc | 65 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 D | ChangeLog-2005 | 21989 * 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 D | ChangeLog-2011 | 16562 (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 D | ChangeLog-2008 | 16307 * jump.c (redirect_exp_1): Skip the condition of an IF_THEN_ELSE. We
|
H A D | ChangeLog-2000 | 20678 * jump.c (redirect_exp_1): Rework from old redirect_exp. Never
|
H A D | ChangeLog-2016 | 8781 (redirect_exp_1): Likewise.
|
H A D | ChangeLog-2014 | 18685 (redirect_exp_1): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | jump.c | 65 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()
|