Searched refs:old_label (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/contrib/gcc/
H A Dbb-reorder.c1534 rtx old_label = NULL_RTX;
1588 old_label = XEXP (set_src, 2);
1590 old_label = XEXP (set_src, 1);
1626 if (GET_CODE (old_label) == LABEL_REF)
1628 old_label = JUMP_LABEL (old_jump);
1630 (old_label),
1636 && GET_CODE (old_label) == RETURN);
1642 JUMP_LABEL (new_jump) = old_label;
1533 rtx old_label = NULL_RTX; local
H A Dreorg.c3364 rtx old_label = JUMP_LABEL (delay_insn);
3377 if (old_label)
3378 ++LABEL_NUSES (old_label);
3397 if (old_label && --LABEL_NUSES (old_label) == 0)
3398 delete_related_insns (old_label);
3345 rtx old_label = JUMP_LABEL (delay_insn); local
H A Dcfgrtl.c883 rtx old_label = BB_HEAD (e->dest);
908 if (XEXP (RTVEC_ELT (vec, j), 0) == old_label)
911 --LABEL_NUSES (old_label);
920 && XEXP (XEXP (SET_SRC (tmp), 2), 0) == old_label)
924 --LABEL_NUSES (old_label);
939 gcc_assert (JUMP_LABEL (insn) == old_label);
876 rtx old_label = BB_HEAD (e->dest); local
H A Drtlanal.c2409 rtx old_label = ((replace_label_data *) data)->r1;
2420 if (rtx_referenced_p (old_label, c))
2444 if (JUMP_P (l) && JUMP_LABEL (l) == old_label)
2449 && XEXP (l, 0) == old_label)
2455 --LABEL_NUSES (old_label);
2387 rtx old_label = ((replace_label_data *) data)->r1; local
H A Dtree-cfg.c921 tree old_label = get_eh_region_tree_label (region); local
922 if (old_label)
925 basic_block bb = label_to_block (old_label);

Completed in 121 milliseconds