HomeSort by: relevance | last modified time | path
    Searched refs:nlabel (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
jump.cc 1396 /* Throughout LOC, redirect OLABEL to NLABEL. Treat null OLABEL or
1397 NLABEL as a return. Accrue modifications into the change group. */
1400 redirect_exp_1 (rtx *loc, rtx olabel, rtx nlabel, rtx_insn *insn)
1410 x = redirect_target (nlabel);
1418 && ANY_RETURN_P (nlabel)
1422 validate_change (insn, loc, nlabel, 1);
1430 redirect_exp_1 (&XEXP (x, 1), olabel, nlabel, insn);
1431 redirect_exp_1 (&XEXP (x, 2), olabel, nlabel, insn);
1439 redirect_exp_1 (&XEXP (x, i), olabel, nlabel, insn);
1444 redirect_exp_1 (&XVECEXP (x, i, j), olabel, nlabel, insn)
1419 redirect_exp_1 (&XEXP (x, 1), olabel, nlabel, insn); local
1420 redirect_exp_1 (&XEXP (x, 2), olabel, nlabel, insn); local
1428 redirect_exp_1 (&XEXP (x, i), olabel, nlabel, insn); local
1433 redirect_exp_1 (&XVECEXP (x, i, j), olabel, nlabel, insn); local
1533 redirect_exp_1 (&XEXP (note, 0), olabel, nlabel, jump); local
    [all...]
reorg.cc 1681 reorg_redirect_jump (rtx_jump_insn *jump, rtx nlabel)
1684 return redirect_jump (jump, nlabel, 1);
  /src/external/gpl3/gcc/dist/gcc/
jump.cc 1399 /* Throughout LOC, redirect OLABEL to NLABEL. Treat null OLABEL or
1400 NLABEL as a return. Accrue modifications into the change group. */
1403 redirect_exp_1 (rtx *loc, rtx olabel, rtx nlabel, rtx_insn *insn)
1413 x = redirect_target (nlabel);
1421 && ANY_RETURN_P (nlabel)
1425 validate_change (insn, loc, nlabel, 1);
1433 redirect_exp_1 (&XEXP (x, 1), olabel, nlabel, insn);
1434 redirect_exp_1 (&XEXP (x, 2), olabel, nlabel, insn);
1442 redirect_exp_1 (&XEXP (x, i), olabel, nlabel, insn);
1447 redirect_exp_1 (&XVECEXP (x, i, j), olabel, nlabel, insn)
1422 redirect_exp_1 (&XEXP (x, 1), olabel, nlabel, insn); local
1423 redirect_exp_1 (&XEXP (x, 2), olabel, nlabel, insn); local
1431 redirect_exp_1 (&XEXP (x, i), olabel, nlabel, insn); local
1436 redirect_exp_1 (&XVECEXP (x, i, j), olabel, nlabel, insn); local
1536 redirect_exp_1 (&XEXP (note, 0), olabel, nlabel, jump); local
    [all...]
reorg.cc 1680 reorg_redirect_jump (rtx_jump_insn *jump, rtx nlabel)
1683 return redirect_jump (jump, nlabel, 1);
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
pass1.h 400 NODE *nlabel(int label);
builtins.c 140 #define lblnod(l) nlabel(l)
trees.c 3272 nlabel(int label) function
3284 send_passt(IP_NODE, nlabel(label));
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
pass1.h 433 P1ND *nlabel(int label);
builtins.c 142 #define lblnod(l) nlabel(l)
trees.c 3517 nlabel(int label) function

Completed in 75 milliseconds