Searched refs:new_label (Results 1 – 8 of 8) sorted by relevance
| /freebsd-11-stable/contrib/gcc/ |
| HD | tree-nested.c | 1492 tree t = *tp, label, new_label, target_context, x, arg, field; in convert_nl_goto_reference() local 1521 new_label = create_artificial_label (); in convert_nl_goto_reference() 1522 DECL_NONLOCAL (new_label) = 1; in convert_nl_goto_reference() 1526 elt->new = new_label; in convert_nl_goto_reference() 1530 new_label = elt->new; in convert_nl_goto_reference() 1538 x = build_addr (new_label, target_context); in convert_nl_goto_reference() 1560 tree t = *tp, label, new_label, x; in convert_nl_goto_receiver() local 1573 new_label = elt->new; in convert_nl_goto_receiver() 1584 x = build1 (LABEL_EXPR, void_type_node, new_label); in convert_nl_goto_receiver()
|
| HD | bb-reorder.c | 1534 rtx new_label; in fix_crossing_conditional_branches() local 1598 new_label = block_label (new_bb); in fix_crossing_conditional_branches() 1621 new_label = gen_label_rtx (); in fix_crossing_conditional_branches() 1622 emit_label_before (new_label, BB_HEAD (new_bb)); in fix_crossing_conditional_branches() 1623 BB_HEAD (new_bb) = new_label; in fix_crossing_conditional_branches() 1652 redirect_jump (old_jump, new_label, 0); in fix_crossing_conditional_branches()
|
| HD | reorg.c | 2336 rtx new_label = next_real_insn (next_trial); in fill_simple_delay_slots() local 2338 if (new_label != 0) in fill_simple_delay_slots() 2339 new_label = get_label_before (new_label); in fill_simple_delay_slots() 2341 new_label = find_end_label (); in fill_simple_delay_slots() 2343 if (new_label) in fill_simple_delay_slots() 2348 reorg_redirect_jump (trial, new_label); in fill_simple_delay_slots() 2353 reorg_redirect_jump (insn, new_label); in fill_simple_delay_slots()
|
| HD | cfgrtl.c | 891 rtx new_label = block_label (target); in redirect_branch_edge() local 903 RTVEC_ELT (vec, j) = gen_rtx_LABEL_REF (Pmode, new_label); in redirect_branch_edge() 905 ++LABEL_NUSES (new_label); in redirect_branch_edge() 916 new_label); in redirect_branch_edge() 918 ++LABEL_NUSES (new_label); in redirect_branch_edge()
|
| HD | ifcvt.c | 3565 rtx head, end, jump, earliest = NULL_RTX, old_dest, new_label = NULL_RTX; in dead_or_predicable() local 3765 new_label = block_label (new_dest); in dead_or_predicable() 3767 ? ! invert_jump_1 (jump, new_label) in dead_or_predicable() 3768 : ! redirect_jump_1 (jump, new_label)) in dead_or_predicable() 3777 redirect_jump_2 (jump, old_dest, new_label, -1, reversep); in dead_or_predicable()
|
| HD | rtlanal.c | 2388 rtx new_label = ((replace_label_data *) data)->r2; in replace_label() local 2423 JUMP_LABEL (l) = new_label; in replace_label() 2429 XEXP (l, 0) = new_label; in replace_label() 2432 ++LABEL_NUSES (new_label); in replace_label()
|
| HD | tree-cfg.c | 924 tree new_label; in update_eh_label() local 933 new_label = label_for_bb[bb->index]; in update_eh_label() 934 set_eh_region_tree_label (region, new_label); in update_eh_label()
|
| /freebsd-11-stable/contrib/subversion/subversion/svnlook/ |
| HD | svnlook.c | 991 const char *new_label; in print_diff_tree() local 1015 SVN_ERR(generate_label(&new_label, root, path, pool)); in print_diff_tree() 1037 orig_label, new_label, in print_diff_tree() 1079 const char *orig_label, *new_label; in print_diff_tree() local 1090 SVN_ERR(generate_label(&new_label, root, path, pool)); in print_diff_tree() 1093 orig_label, new_label, in print_diff_tree() 1140 const char *orig_label, *new_label; in print_diff_tree() local 1144 SVN_ERR(generate_label(&new_label, root, path, pool)); in print_diff_tree() 1153 out_stream, encoding, orig_label, new_label, pool)); in print_diff_tree()
|