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

/haiku-buildtools/legacy/gcc/gcc/
H A Dprofile.c255 rtx old_label, set_src;
267 old_label = set_src;
271 old_label = XEXP (XEXP (set_src, 2), 0);
273 old_label = XEXP (XEXP (set_src, 1), 0);
276 JUMP_LABEL (arcptr->branch_insn) = old_label;
284 LABEL_NUSES (old_label) += 2;
307 emit_jump_insn_after (gen_jump (old_label), after);
308 JUMP_LABEL (NEXT_INSN (after)) = old_label;
331 /* Must determine the old_label reference, do this
254 rtx old_label, set_src; local
H A Dreorg.c3334 rtx old_label = JUMP_LABEL (delay_insn);
3344 if (old_label)
3345 ++LABEL_NUSES (old_label);
3364 if (old_label && --LABEL_NUSES (old_label) == 0)
3365 delete_insn (old_label);
3315 rtx old_label = JUMP_LABEL (delay_insn); local
H A Dflow.c1300 rtx old_label = old_succ->head;
1322 if (XEXP (RTVEC_ELT (vec, j), 0) == old_label)
1325 --LABEL_NUSES (old_label);
1340 if (JUMP_LABEL (insn) != old_label)
1296 rtx old_label = old_succ->head; local
H A Dloop.c9884 rtx old_label = ((rtx_pair*) data)->r1;
9893 if (XEXP (l, 0) != old_label)
9898 --LABEL_NUSES (old_label);
9835 rtx old_label = ((rtx_pair*) data)->r1; local
/haiku-buildtools/gcc/gcc/
H A Dcfgrtl.c1213 patch_jump_insn (rtx_insn *insn, rtx_insn *old_label, basic_block new_bb)
1229 if (XEXP (RTVEC_ELT (vec, j), 0) == old_label)
1232 --LABEL_NUSES (old_label);
1241 && LABEL_REF_LABEL (XEXP (SET_SRC (tmp), 2)) == old_label)
1245 --LABEL_NUSES (old_label);
1262 if (XEXP (old_ref, 0) == old_label)
1266 --LABEL_NUSES (old_label);
1271 if (JUMP_LABEL (insn) == old_label)
1280 note = find_reg_note (insn, REG_LABEL_TARGET, old_label);
1287 while ((note = find_reg_note (insn, REG_LABEL_OPERAND, old_label))
1205 patch_jump_insn(rtx_insn *insn, rtx_insn *old_label, basic_block new_bb) argument
1317 rtx_insn *old_label = BB_HEAD (e->dest); local
1624 rtx_insn *old_label = BB_HEAD (e->dest); local
[all...]
H A Dbb-reorder.c2045 rtx old_label = NULL_RTX;
2095 old_label = XEXP (set_src, 2);
2097 old_label = XEXP (set_src, 1);
2120 gcc_assert (GET_CODE (old_label) == LABEL_REF);
2121 old_label = JUMP_LABEL (old_jump);
2122 new_jump = emit_jump_insn (gen_jump (old_label));
2123 JUMP_LABEL (new_jump) = old_label;
2044 rtx old_label = NULL_RTX; local
H A Drtlanal.c2829 replace_label (rtx *loc, rtx old_label, rtx new_label, bool update_label_nuses)
2841 if (XEXP (ref, 0) == old_label)
2847 --LABEL_NUSES (old_label);
2857 if (JUMP_P (x) && JUMP_LABEL (x) == old_label)
2870 if (rtx_referenced_p (old_label, c))
2876 replace_label (&new_c, old_label, new_label, false);
2887 && XEXP (x, 0) == old_label)
2893 --LABEL_NUSES (old_label);
2901 replace_label_in_insn (rtx_insn *insn, rtx old_label, rtx new_label,
2905 replace_label (&insn_as_rtx, old_label, new_labe
2805 replace_label(rtx *loc, rtx old_label, rtx new_label, bool update_label_nuses) argument
2877 replace_label_in_insn(rtx_insn *insn, rtx old_label, rtx new_label, bool update_label_nuses) argument
[all...]
H A Dreorg.c3576 rtx old_label = JUMP_LABEL (delay_insn);
3589 if (old_label)
3590 ++LABEL_NUSES (old_label);
3609 if (old_label && --LABEL_NUSES (old_label) == 0)
3610 delete_related_insns (old_label);
3552 rtx old_label = JUMP_LABEL (delay_insn); local
H A Dtree-eh.c2325 tree old_label, new_label;
2330 old_label = gimple_block_label (old_bb);
2331 old_lp_nr = EH_LANDING_PAD_NR (old_label);
2324 tree old_label, new_label; local
/haiku-buildtools/gcc/gcc/config/mips/
H A Dmips.c16889 rtx old_label, temp, saved_temp;
16902 old_label = JUMP_LABEL (insn);
16903 target = gen_rtx_LABEL_REF (Pmode, old_label);
16910 JUMP_LABEL (jump) = old_label;
16911 LABEL_NUSES (old_label)++;
16816 rtx old_label, temp, saved_temp; local

Completed in 324 milliseconds