Home
last modified time | relevance | path

Searched refs:olabel (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Djump.cc1389 redirect_exp_1 (rtx *loc, rtx olabel, rtx nlabel, rtx_insn *insn) in redirect_exp_1() argument
1396 if ((code == LABEL_REF && label_ref_label (x) == olabel) in redirect_exp_1()
1397 || x == olabel) in redirect_exp_1()
1409 && label_ref_label (SET_SRC (x)) == olabel) in redirect_exp_1()
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()
1480 rtx olabel = jump->jump_label (); in redirect_jump() local
1495 if (nlabel == olabel) in redirect_jump()
[all …]
DChangeLog-201819720 (split_branches): Strengthen local "olabel" from rtx to
/netbsd/src/lib/libcurses/
Dslk.c553 const wchar_t *olabel; in __slk_wset() local
561 olabel = label; in __slk_wset()
562 if ((len = wcsrtombs(NULL, &olabel, 0, &screen->sp)) == -1) { in __slk_wset()
565 (uint16_t)*olabel); in __slk_wset()
573 olabel = label; in __slk_wset()
574 if (wcsrtombs(str, &olabel, len, &screen->sp) == -1) in __slk_wset()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/sh/
Dsh.cc6391 rtx_insn *olabel = safe_as_a <rtx_insn *> (XEXP (XEXP (src, 1), 0)); in split_branches() local
6394 int dest_uid = get_dest_uid (olabel, max_uid); in split_branches()
6405 JUMP_LABEL (insn) = olabel; in split_branches()
6406 LABEL_NUSES (olabel)++; in split_branches()