Searched refs:new_tree (Results 1 - 18 of 18) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dtree-inline.c227 tree new_tree, var; local
280 new_tree = make_ssa_name (remap_type (TREE_TYPE (name), id));
282 SET_SSA_NAME_VAR_OR_IDENTIFIER (new_tree, SSA_NAME_IDENTIFIER (name));
283 insert_decl_map (id, name, new_tree);
284 SSA_NAME_OCCURS_IN_ABNORMAL_PHI (new_tree)
292 struct ptr_info_def *new_pi = get_ptr_info (new_tree);
295 return new_tree;
300 new_tree = remap_decl (var, id);
308 if ((TREE_CODE (new_tree) == VAR_DECL || TREE_CODE (new_tree)
429 tree new_tree, t; local
738 tree new_tree = block; local
767 tree new_tree; local
5052 tree chain = NULL_TREE, new_tree; local
5078 tree new_tree; local
5473 tree new_tree = remap_decl (arg, id); local
5503 tree new_tree = remap_decl (*pvar, id); local
[all...]
H A Dtree.c3700 tree new_tree;
3737 new_tree
3773 new_tree = fold_build1 (code, TREE_TYPE (exp), op0);
3783 new_tree = fold_build2 (code, TREE_TYPE (exp), op0, op1);
3795 new_tree = fold_build3 (code, TREE_TYPE (exp), op0, op1, op2);
3809 new_tree
3822 new_tree = NULL_TREE;
3841 if (!new_tree)
3842 new_tree = copy_node (exp);
3843 TREE_OPERAND (new_tree,
3685 tree new_tree; local
3863 tree new_tree; local
6131 merge_dllimport_decl_attributes(tree old, tree new_tree) argument
[all...]
H A Dtree-into-ssa.c626 names_replaced_by (tree new_tree) argument
628 return get_ssa_name_ann (new_tree)->repl_set;
635 add_to_repl_tbl (tree new_tree, tree old) argument
637 bitmap *set = &get_ssa_name_ann (new_tree)->repl_set;
650 add_new_name_mapping (tree new_tree, tree old) argument
653 gcc_checking_assert (new_tree != old
654 && SSA_NAME_VAR (new_tree) == SSA_NAME_VAR (old));
666 add_to_repl_tbl (new_tree, old);
671 bitmap_ior_into (names_replaced_by (new_tree), names_replaced_by (old));
675 bitmap_set_bit (new_ssa_names, SSA_NAME_VERSION (new_tree));
[all...]
H A Dtree-predcom.c1322 replace_ref_with (gimple stmt, tree new_tree, bool set, bool in_lhs) argument
1338 new_stmt = gimple_build_assign (val, new_tree);
1353 gimple_assign_set_rhs_from_tree (&bsi, new_tree);
1386 val = get_or_create_ssa_default_def (cfun, SSA_NAME_VAR (new_tree));
1403 new_stmt = gimple_build_assign (new_tree, unshare_expr (val));
H A Dcgraphclones.c645 new_node->maybe_create_reference (map->new_tree, IPA_REF_ADDR, NULL);
1136 print_generic_expr (symtab->dump_file, replace_info->new_tree, 0);
H A Dlto-cgraph.c2016 gcc_assert (EXPR_LOCATION (map->new_tree) == UNKNOWN_LOCATION);
2017 stream_write_tree (ob, map->new_tree, true);
2114 map->new_tree = stream_read_tree (ib_main, data_in);
H A Dtree-ssa-phiopt.c392 edge e, gimple phi, tree new_tree)
399 SET_USE (PHI_ARG_DEF_PTR (phi, e->dest_idx), new_tree);
391 replace_phi_edge_with_variable(basic_block cond_block, edge e, gimple phi, tree new_tree) argument
H A Dgimplify.c2391 tree new_tree = fold_call_expr (input_location, *expr_p, !want_value);
2392 if (new_tree && new_tree != *expr_p)
2397 *expr_p = new_tree;
2514 tree new_tree = fold_call_expr (input_location, *expr_p, !want_value);
2516 if (new_tree && new_tree != *expr_p)
2521 *expr_p = new_tree;
2388 tree new_tree = fold_call_expr (input_location, *expr_p, !want_value); local
2511 tree new_tree = fold_call_expr (input_location, *expr_p, !want_value); local
H A Dtree-vrp.c9432 tree new_tree = test_for_singularity (cond_code, op0, op1, vr, &sop); local
9434 if (new_tree
9446 gimple_cond_set_rhs (stmt, new_tree);
9474 new_tree = test_for_singularity
9478 if (new_tree
9490 gimple_cond_set_rhs (stmt, new_tree);
H A Dtree-ssa-loop-niter.c1529 simplify_replace_tree (tree expr, tree old, tree new_tree) argument
1543 return unshare_expr (new_tree);
1552 se = simplify_replace_tree (e, old, new_tree);
H A Dcgraph.h637 tree new_tree; variable
H A Dipa-inline-analysis.c1213 known_vals[i] = r->new_tree;
H A Dipa-cp.c3164 replace_map->new_tree = value;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr53752.C122 btree<Levels - 1, ValueTraits> new_tree(tm_, rc_);
/haiku-buildtools/legacy/gcc/libobjc/
H A Dinit.c218 objc_class_tree *new_tree local
220 tree->subclasses = list_cons (new_tree, tree->subclasses);
/haiku-buildtools/gcc/gcc/config/nios2/
H A Dnios2.c3274 tree new_tree = (fndecl
3281 if (old_tree == new_tree)
3284 else if (new_tree)
3287 TREE_TARGET_OPTION (new_tree));
3263 tree new_tree = (fndecl local
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Drs6000.c32905 tree new_tree = (fndecl
32924 if (new_tree)
32927 debug_tree (new_tree);
32948 if (old_tree == new_tree)
32951 else if (new_tree && new_tree != target_option_default_node)
32954 TREE_TARGET_OPTION (new_tree));
32955 if (TREE_TARGET_GLOBALS (new_tree))
32956 restore_target_globals (TREE_TARGET_GLOBALS (new_tree));
32958 TREE_TARGET_GLOBALS (new_tree)
32848 tree new_tree = (fndecl local
[all...]
/haiku-buildtools/gcc/gcc/config/i386/
H A Di386.c5174 tree new_tree = target_option_current_node;
5175 cl_target_option_restore (&global_options, TREE_TARGET_OPTION (new_tree));
5176 if (TREE_TARGET_GLOBALS (new_tree))
5177 restore_target_globals (TREE_TARGET_GLOBALS (new_tree));
5178 else if (new_tree == target_option_default_node)
5181 TREE_TARGET_GLOBALS (new_tree) = save_target_globals_default_opts ();
5212 tree new_tree = DECL_FUNCTION_SPECIFIC_TARGET (fndecl);
5213 if (new_tree == NULL_TREE)
5214 new_tree = target_option_default_node;
5216 if (old_tree != new_tree)
5165 tree new_tree = target_option_current_node; local
5203 tree new_tree = DECL_FUNCTION_SPECIFIC_TARGET (fndecl); local
[all...]

Completed in 781 milliseconds