Home
last modified time | relevance | path

Searched refs:old_label (Results 1 – 19 of 19) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dcfgrtl.c1219 if (XEXP (RTVEC_ELT (vec, j), 0) == old_label) in patch_jump_insn()
1222 --LABEL_NUSES (old_label); in patch_jump_insn()
1232 --LABEL_NUSES (old_label); in patch_jump_insn()
1249 if (XEXP (old_ref, 0) == old_label) in patch_jump_insn()
1253 --LABEL_NUSES (old_label); in patch_jump_insn()
1258 if (JUMP_LABEL (insn) == old_label) in patch_jump_insn()
1291 gcc_assert (JUMP_LABEL (insn) == old_label); in patch_jump_insn()
1315 rtx_insn *old_label = BB_HEAD (e->dest); in redirect_branch_edge() local
1336 old_label, target)) in redirect_branch_edge()
1620 rtx_insn *old_label = BB_HEAD (e->dest); in force_nonfallthru_and_redirect() local
[all …]
H A Dcfgrtl.cc1223 if (XEXP (RTVEC_ELT (vec, j), 0) == old_label) in patch_jump_insn()
1226 --LABEL_NUSES (old_label); in patch_jump_insn()
1236 --LABEL_NUSES (old_label); in patch_jump_insn()
1253 if (XEXP (old_ref, 0) == old_label) in patch_jump_insn()
1257 --LABEL_NUSES (old_label); in patch_jump_insn()
1262 if (JUMP_LABEL (insn) == old_label) in patch_jump_insn()
1295 gcc_assert (JUMP_LABEL (insn) == old_label); in patch_jump_insn()
1319 rtx_insn *old_label = BB_HEAD (e->dest); in redirect_branch_edge() local
1340 old_label, target)) in redirect_branch_edge()
1624 rtx_insn *old_label = BB_HEAD (e->dest); in force_nonfallthru_and_redirect() local
[all …]
H A Dbb-reorder.c1428 rtx_code_label *old_label = block_label (old_bb); in create_eh_forwarder_block() local
1429 rtx_insn *jump = emit_jump_insn (targetm.gen_jump (old_label)); in create_eh_forwarder_block()
1430 JUMP_LABEL (jump) = old_label; in create_eh_forwarder_block()
2110 rtx old_label = NULL_RTX; in fix_crossing_conditional_branches() local
2163 old_label = XEXP (set_src, 2); in fix_crossing_conditional_branches()
2165 old_label = XEXP (set_src, 1); in fix_crossing_conditional_branches()
2189 gcc_assert (GET_CODE (old_label) == LABEL_REF); in fix_crossing_conditional_branches()
H A Dbb-reorder.cc1428 rtx_code_label *old_label = block_label (old_bb); in create_eh_forwarder_block() local
1429 rtx_insn *jump = emit_jump_insn (targetm.gen_jump (old_label)); in create_eh_forwarder_block()
1430 JUMP_LABEL (jump) = old_label; in create_eh_forwarder_block()
2110 rtx old_label = NULL_RTX; in fix_crossing_conditional_branches() local
2163 old_label = XEXP (set_src, 2); in fix_crossing_conditional_branches()
2165 old_label = XEXP (set_src, 1); in fix_crossing_conditional_branches()
2189 gcc_assert (GET_CODE (old_label) == LABEL_REF); in fix_crossing_conditional_branches()
H A Dreorg.c3493 rtx old_label = JUMP_LABEL (delay_jump_insn); in relax_delay_slots() local
3507 if (old_label) in relax_delay_slots()
3508 ++LABEL_NUSES (old_label); in relax_delay_slots()
3531 if (old_label && --LABEL_NUSES (old_label) == 0) in relax_delay_slots()
3532 delete_related_insns (old_label); in relax_delay_slots()
H A Dreorg.cc3410 rtx old_label = JUMP_LABEL (delay_jump_insn); in relax_delay_slots() local
3424 if (old_label) in relax_delay_slots()
3425 ++LABEL_NUSES (old_label); in relax_delay_slots()
3448 if (old_label && --LABEL_NUSES (old_label) == 0) in relax_delay_slots()
3449 delete_related_insns (old_label); in relax_delay_slots()
H A Drtlanal.c3115 replace_label (rtx *loc, rtx old_label, rtx new_label, bool update_label_nuses) in replace_label() argument
3127 if (XEXP (ref, 0) == old_label) in replace_label()
3133 --LABEL_NUSES (old_label); in replace_label()
3143 if (JUMP_P (x) && JUMP_LABEL (x) == old_label) in replace_label()
3156 if (rtx_referenced_p (old_label, c)) in replace_label()
3162 replace_label (&new_c, old_label, new_label, false); in replace_label()
3173 && XEXP (x, 0) == old_label) in replace_label()
3179 --LABEL_NUSES (old_label); in replace_label()
3187 replace_label_in_insn (rtx_insn *insn, rtx_insn *old_label, in replace_label_in_insn() argument
3191 replace_label (&insn_as_rtx, old_label, new_label, update_label_nuses); in replace_label_in_insn()
H A Drtlanal.cc3439 replace_label (rtx *loc, rtx old_label, rtx new_label, bool update_label_nuses) in replace_label() argument
3451 if (XEXP (ref, 0) == old_label) in replace_label()
3457 --LABEL_NUSES (old_label); in replace_label()
3467 if (JUMP_P (x) && JUMP_LABEL (x) == old_label) in replace_label()
3480 if (rtx_referenced_p (old_label, c)) in replace_label()
3486 replace_label (&new_c, old_label, new_label, false); in replace_label()
3497 && XEXP (x, 0) == old_label) in replace_label()
3503 --LABEL_NUSES (old_label); in replace_label()
3511 replace_label_in_insn (rtx_insn *insn, rtx_insn *old_label, in replace_label_in_insn() argument
3515 replace_label (&insn_as_rtx, old_label, new_label, update_label_nuses); in replace_label_in_insn()
H A Dtree-eh.c2320 tree old_label, new_label; in redirect_eh_edge_1() local
2325 old_label = gimple_block_label (old_bb); in redirect_eh_edge_1()
2326 old_lp_nr = EH_LANDING_PAD_NR (old_label); in redirect_eh_edge_1()
H A Dtree-eh.cc2312 tree old_label, new_label; in redirect_eh_edge_1() local
2317 old_label = gimple_block_label (old_bb); in redirect_eh_edge_1()
2318 old_lp_nr = EH_LANDING_PAD_NR (old_label); in redirect_eh_edge_1()
H A DChangeLog-201427152 (patch_jump_insn): Likewise for params "insn", "old_label".
27153 (redirect_branch_edge): Likewise for locals "old_label", "insn".
27155 "old_label", "new_label".
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dcfgrtl.c1219 if (XEXP (RTVEC_ELT (vec, j), 0) == old_label) in patch_jump_insn()
1222 --LABEL_NUSES (old_label); in patch_jump_insn()
1232 --LABEL_NUSES (old_label); in patch_jump_insn()
1249 if (XEXP (old_ref, 0) == old_label) in patch_jump_insn()
1253 --LABEL_NUSES (old_label); in patch_jump_insn()
1258 if (JUMP_LABEL (insn) == old_label) in patch_jump_insn()
1291 gcc_assert (JUMP_LABEL (insn) == old_label); in patch_jump_insn()
1315 rtx_insn *old_label = BB_HEAD (e->dest); in redirect_branch_edge() local
1336 old_label, target)) in redirect_branch_edge()
1620 rtx_insn *old_label = BB_HEAD (e->dest); in force_nonfallthru_and_redirect() local
[all …]
H A Dbb-reorder.c1428 rtx_code_label *old_label = block_label (old_bb); in create_eh_forwarder_block() local
1429 rtx_insn *jump = emit_jump_insn (targetm.gen_jump (old_label)); in create_eh_forwarder_block()
1430 JUMP_LABEL (jump) = old_label; in create_eh_forwarder_block()
2110 rtx old_label = NULL_RTX; in fix_crossing_conditional_branches() local
2163 old_label = XEXP (set_src, 2); in fix_crossing_conditional_branches()
2165 old_label = XEXP (set_src, 1); in fix_crossing_conditional_branches()
2189 gcc_assert (GET_CODE (old_label) == LABEL_REF); in fix_crossing_conditional_branches()
H A Dreorg.c3493 rtx old_label = JUMP_LABEL (delay_jump_insn); in relax_delay_slots() local
3507 if (old_label) in relax_delay_slots()
3508 ++LABEL_NUSES (old_label); in relax_delay_slots()
3531 if (old_label && --LABEL_NUSES (old_label) == 0) in relax_delay_slots()
3532 delete_related_insns (old_label); in relax_delay_slots()
H A Drtlanal.c3115 replace_label (rtx *loc, rtx old_label, rtx new_label, bool update_label_nuses) in replace_label() argument
3127 if (XEXP (ref, 0) == old_label) in replace_label()
3133 --LABEL_NUSES (old_label); in replace_label()
3143 if (JUMP_P (x) && JUMP_LABEL (x) == old_label) in replace_label()
3156 if (rtx_referenced_p (old_label, c)) in replace_label()
3162 replace_label (&new_c, old_label, new_label, false); in replace_label()
3173 && XEXP (x, 0) == old_label) in replace_label()
3179 --LABEL_NUSES (old_label); in replace_label()
3187 replace_label_in_insn (rtx_insn *insn, rtx_insn *old_label, in replace_label_in_insn() argument
3191 replace_label (&insn_as_rtx, old_label, new_label, update_label_nuses); in replace_label_in_insn()
H A Dtree-eh.c2320 tree old_label, new_label; in redirect_eh_edge_1() local
2325 old_label = gimple_block_label (old_bb); in redirect_eh_edge_1()
2326 old_lp_nr = EH_LANDING_PAD_NR (old_label); in redirect_eh_edge_1()
/netbsd/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.c19315 rtx old_label, temp, saved_temp; in mips16_split_long_branches() local
19328 old_label = JUMP_LABEL (jump_insn); in mips16_split_long_branches()
19329 target = gen_rtx_LABEL_REF (Pmode, old_label); in mips16_split_long_branches()
19336 JUMP_LABEL (jump) = old_label; in mips16_split_long_branches()
19337 LABEL_NUSES (old_label)++; in mips16_split_long_branches()
H A Dmips.cc19480 rtx old_label, temp, saved_temp; in mips16_split_long_branches() local
19493 old_label = JUMP_LABEL (jump_insn); in mips16_split_long_branches()
19494 target = gen_rtx_LABEL_REF (Pmode, old_label); in mips16_split_long_branches()
19501 JUMP_LABEL (jump) = old_label; in mips16_split_long_branches()
19502 LABEL_NUSES (old_label)++; in mips16_split_long_branches()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.c19315 rtx old_label, temp, saved_temp; in mips16_split_long_branches() local
19328 old_label = JUMP_LABEL (jump_insn); in mips16_split_long_branches()
19329 target = gen_rtx_LABEL_REF (Pmode, old_label); in mips16_split_long_branches()
19336 JUMP_LABEL (jump) = old_label; in mips16_split_long_branches()
19337 LABEL_NUSES (old_label)++; in mips16_split_long_branches()