HomeSort by: relevance | last modified time | path
    Searched defs:old_label (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
reorg.cc 3431 rtx old_label = JUMP_LABEL (delay_jump_insn);
3445 if (old_label)
3446 ++LABEL_NUSES (old_label);
3469 if (old_label && --LABEL_NUSES (old_label) == 0)
3470 delete_related_insns (old_label);
3407 rtx old_label = JUMP_LABEL (delay_jump_insn); local
cfgrtl.cc 1214 patch_jump_insn (rtx_insn *insn, rtx_insn *old_label, basic_block new_bb)
1230 if (XEXP (RTVEC_ELT (vec, j), 0) == old_label)
1233 --LABEL_NUSES (old_label);
1239 && label_ref_label (XEXP (SET_SRC (tmp), 2)) == old_label)
1243 --LABEL_NUSES (old_label);
1260 if (XEXP (old_ref, 0) == old_label)
1264 --LABEL_NUSES (old_label);
1269 if (JUMP_LABEL (insn) == old_label)
1278 note = find_reg_note (insn, REG_LABEL_TARGET, old_label);
1285 while ((note = find_reg_note (insn, REG_LABEL_OPERAND, old_label))
1318 rtx_insn *old_label = BB_HEAD (e->dest); local
1623 rtx_insn *old_label = BB_HEAD (e->dest); local
    [all...]
tree-eh.cc 2315 tree old_label, new_label;
2320 old_label = gimple_block_label (old_bb);
2321 old_lp_nr = EH_LANDING_PAD_NR (old_label);
2314 tree old_label, new_label; local
  /src/external/gpl3/gcc.old/dist/gcc/
reorg.cc 3426 rtx old_label = JUMP_LABEL (delay_jump_insn);
3440 if (old_label)
3441 ++LABEL_NUSES (old_label);
3464 if (old_label && --LABEL_NUSES (old_label) == 0)
3465 delete_related_insns (old_label);
3402 rtx old_label = JUMP_LABEL (delay_jump_insn); local
cfgrtl.cc 1215 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))
1319 rtx_insn *old_label = BB_HEAD (e->dest); local
1624 rtx_insn *old_label = BB_HEAD (e->dest); local
    [all...]
tree-eh.cc 2314 tree old_label, new_label;
2319 old_label = gimple_block_label (old_bb);
2320 old_lp_nr = EH_LANDING_PAD_NR (old_label);
2313 tree old_label, new_label; local

Completed in 74 milliseconds