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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcfgrtl.c1211 patch_jump_insn (rtx_insn *insn, rtx_insn *old_label, basic_block new_bb)
1227 if (XEXP (RTVEC_ELT (vec, j), 0) == old_label)
1230 --LABEL_NUSES (old_label);
1236 && label_ref_label (XEXP (SET_SRC (tmp), 2)) == old_label)
1240 --LABEL_NUSES (old_label);
1257 if (XEXP (old_ref, 0) == old_label)
1261 --LABEL_NUSES (old_label);
1266 if (JUMP_LABEL (insn) == old_label)
1275 note = find_reg_note (insn, REG_LABEL_TARGET, old_label);
1282 while ((note = find_reg_note (insn, REG_LABEL_OPERAND, old_label))
1203 patch_jump_insn(rtx_insn *insn, rtx_insn *old_label, basic_block new_bb) argument
1315 rtx_insn *old_label = BB_HEAD (e->dest); local
1620 rtx_insn *old_label = BB_HEAD (e->dest); local
[all...]
H A Dbb-reorder.c1429 rtx_code_label *old_label = block_label (old_bb);
1430 rtx_insn *jump = emit_jump_insn (targetm.gen_jump (old_label));
1431 JUMP_LABEL (jump) = old_label;
2111 rtx old_label = NULL_RTX;
2164 old_label = XEXP (set_src, 2);
2166 old_label = XEXP (set_src, 1);
2190 gcc_assert (GET_CODE (old_label) == LABEL_REF);
1428 rtx_code_label *old_label = block_label (old_bb); local
2110 rtx old_label = NULL_RTX; local
H A Dreorg.c3517 rtx old_label = JUMP_LABEL (delay_jump_insn);
3531 if (old_label)
3532 ++LABEL_NUSES (old_label);
3555 if (old_label && --LABEL_NUSES (old_label) == 0)
3556 delete_related_insns (old_label);
3493 rtx old_label = JUMP_LABEL (delay_jump_insn); local
H A Drtlanal.c3147 replace_label (rtx *loc, rtx old_label, rtx new_label, bool update_label_nuses)
3159 if (XEXP (ref, 0) == old_label)
3165 --LABEL_NUSES (old_label);
3175 if (JUMP_P (x) && JUMP_LABEL (x) == old_label)
3188 if (rtx_referenced_p (old_label, c))
3194 replace_label (&new_c, old_label, new_label, false);
3205 && XEXP (x, 0) == old_label)
3211 --LABEL_NUSES (old_label);
3219 replace_label_in_insn (rtx_insn *insn, rtx_insn *old_label,
3223 replace_label (&insn_as_rtx, old_label, new_labe
3124 replace_label(rtx *loc, rtx old_label, rtx new_label, bool update_label_nuses) argument
3196 replace_label_in_insn(rtx_insn *insn, rtx_insn *old_label, rtx_insn *new_label, bool update_label_nuses) argument
[all...]
H A Dtree-eh.c2321 tree old_label, new_label;
2326 old_label = gimple_block_label (old_bb);
2327 old_lp_nr = EH_LANDING_PAD_NR (old_label);
2320 tree old_label, new_label; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcfgrtl.cc1215 patch_jump_insn (rtx_insn *insn, rtx_insn *old_label, basic_block new_bb)
1231 if (XEXP (RTVEC_ELT (vec, j), 0) == old_label)
1234 --LABEL_NUSES (old_label);
1240 && label_ref_label (XEXP (SET_SRC (tmp), 2)) == old_label)
1244 --LABEL_NUSES (old_label);
1261 if (XEXP (old_ref, 0) == old_label)
1265 --LABEL_NUSES (old_label);
1270 if (JUMP_LABEL (insn) == old_label)
1279 note = find_reg_note (insn, REG_LABEL_TARGET, old_label);
1286 while ((note = find_reg_note (insn, REG_LABEL_OPERAND, old_label))
1207 patch_jump_insn(rtx_insn *insn, rtx_insn *old_label, basic_block new_bb) argument
1319 rtx_insn *old_label = BB_HEAD (e->dest); local
1624 rtx_insn *old_label = BB_HEAD (e->dest); local
[all...]
H A Dbb-reorder.cc1429 rtx_code_label *old_label = block_label (old_bb);
1430 rtx_insn *jump = emit_jump_insn (targetm.gen_jump (old_label));
1431 JUMP_LABEL (jump) = old_label;
2111 rtx old_label = NULL_RTX;
2164 old_label = XEXP (set_src, 2);
2166 old_label = XEXP (set_src, 1);
2190 gcc_assert (GET_CODE (old_label) == LABEL_REF);
H A Dreorg.cc3434 rtx old_label = JUMP_LABEL (delay_jump_insn);
3448 if (old_label)
3449 ++LABEL_NUSES (old_label);
3472 if (old_label && --LABEL_NUSES (old_label) == 0)
3473 delete_related_insns (old_label);
3410 rtx old_label = JUMP_LABEL (delay_jump_insn); local
H A Drtlanal.cc3465 replace_label (rtx *loc, rtx old_label, rtx new_label, bool update_label_nuses)
3477 if (XEXP (ref, 0) == old_label)
3483 --LABEL_NUSES (old_label);
3493 if (JUMP_P (x) && JUMP_LABEL (x) == old_label)
3506 if (rtx_referenced_p (old_label, c))
3512 replace_label (&new_c, old_label, new_label, false);
3523 && XEXP (x, 0) == old_label)
3529 --LABEL_NUSES (old_label);
3537 replace_label_in_insn (rtx_insn *insn, rtx_insn *old_label,
3541 replace_label (&insn_as_rtx, old_label, new_labe
3442 replace_label(rtx *loc, rtx old_label, rtx new_label, bool update_label_nuses) argument
3514 replace_label_in_insn(rtx_insn *insn, rtx_insn *old_label, rtx_insn *new_label, bool update_label_nuses) argument
[all...]
H A Dtree-eh.cc2313 tree old_label, new_label;
2318 old_label = gimple_block_label (old_bb);
2319 old_lp_nr = EH_LANDING_PAD_NR (old_label);
2312 tree old_label, new_label; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.c19389 rtx old_label, temp, saved_temp;
19402 old_label = JUMP_LABEL (jump_insn);
19403 target = gen_rtx_LABEL_REF (Pmode, old_label);
19410 JUMP_LABEL (jump) = old_label;
19411 LABEL_NUSES (old_label)++;
19315 rtx old_label, temp, saved_temp; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.cc19563 rtx old_label, temp, saved_temp;
19576 old_label = JUMP_LABEL (jump_insn);
19577 target = gen_rtx_LABEL_REF (Pmode, old_label);
19584 JUMP_LABEL (jump) = old_label;
19585 LABEL_NUSES (old_label)++;

Completed in 566 milliseconds