Searched refs:old_label (Results 1 – 5 of 5) sorted by relevance
1533 rtx old_label = NULL_RTX; in fix_crossing_conditional_branches() local1587 old_label = XEXP (set_src, 2); in fix_crossing_conditional_branches()1589 old_label = XEXP (set_src, 1); in fix_crossing_conditional_branches()1625 if (GET_CODE (old_label) == LABEL_REF) in fix_crossing_conditional_branches()1627 old_label = JUMP_LABEL (old_jump); in fix_crossing_conditional_branches()1629 (old_label), in fix_crossing_conditional_branches()1635 && GET_CODE (old_label) == RETURN); in fix_crossing_conditional_branches()1641 JUMP_LABEL (new_jump) = old_label; in fix_crossing_conditional_branches()
3345 rtx old_label = JUMP_LABEL (delay_insn); in relax_delay_slots() local3358 if (old_label) in relax_delay_slots()3359 ++LABEL_NUSES (old_label); in relax_delay_slots()3378 if (old_label && --LABEL_NUSES (old_label) == 0) in relax_delay_slots()3379 delete_related_insns (old_label); in relax_delay_slots()
876 rtx old_label = BB_HEAD (e->dest); in redirect_branch_edge() local901 if (XEXP (RTVEC_ELT (vec, j), 0) == old_label) in redirect_branch_edge()904 --LABEL_NUSES (old_label); in redirect_branch_edge()913 && XEXP (XEXP (SET_SRC (tmp), 2), 0) == old_label) in redirect_branch_edge()917 --LABEL_NUSES (old_label); in redirect_branch_edge()932 gcc_assert (JUMP_LABEL (insn) == old_label); in redirect_branch_edge()
2387 rtx old_label = ((replace_label_data *) data)->r1; in replace_label() local2398 if (rtx_referenced_p (old_label, c)) in replace_label()2422 if (JUMP_P (l) && JUMP_LABEL (l) == old_label) in replace_label()2427 && XEXP (l, 0) == old_label) in replace_label()2433 --LABEL_NUSES (old_label); in replace_label()
921 tree old_label = get_eh_region_tree_label (region); in update_eh_label() local922 if (old_label) in update_eh_label()925 basic_block bb = label_to_block (old_label); in update_eh_label()