Home
last modified time | relevance | path

Searched refs:new_label (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/external/gpl2/xcvs/dist/contrib/
Dpvcs2rcs.in437 @new_label, $rcs_rev);
811 $new_label[$label_index] = $label;
812 $new_label[$label_index] =~ s/ /_/g;
813 $new_label[$label_index] =~ s/\./_/g;
814 $new_label[$label_index] = "\"" . $new_label[$label_index] . "\"";
815 …print"Label $new_label[$label_index] is for revision $label_revision[$label_index]\n" if ($options…
929 … print "$rcs_base_command -n$new_label[$i]:$label_revision[$i] \"$workfile\"\n"
931 … $rcs_output = `$rcs_base_command -n$new_label[$i]:$label_revision[$i] \"$workfile\"`;
932 … print "Version label $new_label[$i] added to revision $label_revision[$i]\n";
942 … print "Label `$new_label[$i]' moved from $label_revision[$i] to ";
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/lib/
Ddwarf.exp785 set _strings($value) [new_label strp]
800 set l1 [new_label "expr_start"]
801 set l2 [new_label "expr_end"]
1162 proc new_label {{base_name label}} { procedure
1202 set label_var [new_label $text]
1340 set l1 [new_label "value_start"]
1341 set l2 [new_label "value_end"]
1421 set lbl [new_label "debug_addr_idx_${_debug_addr_index}_"]
2277 set _strings($text) [new_label strp]
2593 set start [new_label "set_address_start"]
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dbb-reorder.cc1420 create_eh_forwarder_block (rtx_code_label *new_label, basic_block old_bb) in create_eh_forwarder_block() argument
1427 rtx_insn *label = emit_label (new_label); in create_eh_forwarder_block()
1463 rtx_code_label *new_label = gen_label_rtx (); in sjlj_fix_up_crossing_landing_pad() local
1464 LABEL_PRESERVE_P (new_label) = 1; in sjlj_fix_up_crossing_landing_pad()
1467 basic_block new_bb = create_eh_forwarder_block (new_label, old_bb); in sjlj_fix_up_crossing_landing_pad()
1489 new_lp->landing_pad = new_label; in sjlj_fix_up_crossing_landing_pad()
2111 rtx_code_label *new_label; in fix_crossing_conditional_branches() local
2174 new_label = block_label (new_bb); in fix_crossing_conditional_branches()
2186 new_label = gen_label_rtx (); in fix_crossing_conditional_branches()
2187 emit_label (new_label); in fix_crossing_conditional_branches()
[all …]
Dcfgrtl.cc1216 rtx_code_label *new_label = block_label (new_bb); in patch_jump_insn() local
1225 RTVEC_ELT (vec, j) = gen_rtx_LABEL_REF (Pmode, new_label); in patch_jump_insn()
1227 ++LABEL_NUSES (new_label); in patch_jump_insn()
1235 new_label); in patch_jump_insn()
1237 ++LABEL_NUSES (new_label); in patch_jump_insn()
1247 rtx_code_label *new_label = block_label (new_bb); in patch_jump_insn() local
1256 = gen_rtx_LABEL_REF (Pmode, new_label); in patch_jump_insn()
1258 ++LABEL_NUSES (new_label); in patch_jump_insn()
1264 JUMP_LABEL (insn) = new_label; in patch_jump_insn()
1265 note = find_reg_note (insn, REG_LABEL_TARGET, new_label); in patch_jump_insn()
[all …]
Dtree-cfg.cc1571 tree label, new_label; in cleanup_dead_labels() local
1584 new_label = main_block_label (label, label_for_bb); in cleanup_dead_labels()
1585 if (new_label != label) in cleanup_dead_labels()
1586 gimple_cond_set_true_label (cond_stmt, new_label); in cleanup_dead_labels()
1592 new_label = main_block_label (label, label_for_bb); in cleanup_dead_labels()
1593 if (new_label != label) in cleanup_dead_labels()
1594 gimple_cond_set_false_label (cond_stmt, new_label); in cleanup_dead_labels()
1609 new_label = main_block_label (label, label_for_bb); in cleanup_dead_labels()
1610 if (new_label != label) in cleanup_dead_labels()
1611 CASE_LABEL (case_label) = new_label; in cleanup_dead_labels()
[all …]
Dtree-nested.cc2630 tree label, new_label, target_context, x, field; in convert_nl_goto_reference() local
2667 new_label = create_artificial_label (UNKNOWN_LOCATION); in convert_nl_goto_reference()
2668 DECL_NONLOCAL (new_label) = 1; in convert_nl_goto_reference()
2669 *slot = new_label; in convert_nl_goto_reference()
2672 new_label = *slot; in convert_nl_goto_reference()
2680 2, build_addr (new_label), x); in convert_nl_goto_reference()
2700 tree label, new_label; in convert_nl_goto_receiver() local
2729 new_label = (tree) *slot; in convert_nl_goto_receiver()
2730 stmt = gimple_build_label (new_label); in convert_nl_goto_receiver()
Dreorg.cc2162 rtx_insn *new_label = next_real_nondebug_insn (next_trial); in fill_simple_delay_slots() local
2164 if (new_label != 0) in fill_simple_delay_slots()
2165 new_label = get_label_before (new_label, JUMP_LABEL (trial)); in fill_simple_delay_slots()
2167 new_label = find_end_label (simple_return_rtx); in fill_simple_delay_slots()
2169 if (new_label) in fill_simple_delay_slots()
2175 new_label); in fill_simple_delay_slots()
Drtlanal.cc3451 replace_label (rtx *loc, rtx old_label, rtx new_label, bool update_label_nuses) in replace_label() argument
3465 XEXP (ref, 0) = new_label; in replace_label()
3468 ++LABEL_NUSES (new_label); in replace_label()
3480 JUMP_LABEL (x) = new_label; in replace_label()
3498 replace_label (&new_c, old_label, new_label, false); in replace_label()
3511 XEXP (x, 0) = new_label; in replace_label()
3514 ++LABEL_NUSES (new_label); in replace_label()
3524 rtx_insn *new_label, bool update_label_nuses) in replace_label_in_insn() argument
3527 replace_label (&insn_as_rtx, old_label, new_label, update_label_nuses); in replace_label_in_insn()
Dtree-eh.cc2312 tree old_label, new_label; in redirect_eh_edge_1() local
2325 new_label = gimple_block_label (new_bb); in redirect_eh_edge_1()
2328 new_lp_nr = EH_LANDING_PAD_NR (new_label); in redirect_eh_edge_1()
2371 new_lp->post_landing_pad = new_label; in redirect_eh_edge_1()
2372 EH_LANDING_PAD_NR (new_label) = new_lp->index; in redirect_eh_edge_1()
DChangeLog-201421635 (fill_simple_delay_slots): Likewise for local "new_label"; use
27155 "old_label", "new_label".
27332 (fix_up_crossing_landing_pad): Likewise for locals "new_label",
/netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/
Dmips.cc19490 rtx_code_label *new_label; in mips16_split_long_branches() local
19519 new_label = NULL; in mips16_split_long_branches()
19524 new_label = gen_label_rtx (); in mips16_split_long_branches()
19525 emit_label (new_label); in mips16_split_long_branches()
19532 if (new_label) in mips16_split_long_branches()
19533 invert_jump (jump_insn, new_label, false); in mips16_split_long_branches()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/s390/
Ds390.cc14268 rtx_code_label *new_label = gen_label_rtx (); in s390_fix_long_loop_prediction() local
14273 emit_label_after (new_label, uncond_jump); in s390_fix_long_loop_prediction()
14280 XEXP (label_ref, 0) = new_label; in s390_fix_long_loop_prediction()
14281 JUMP_LABEL (insn) = new_label; in s390_fix_long_loop_prediction()