Home
last modified time | relevance | path

Searched refs:copy_body_r (Results 1 – 14 of 14) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Dtree-inline.c179 walk_tree (&DECL_SIZE (t), copy_body_r, id, NULL); in remap_decl()
180 walk_tree (&DECL_SIZE_UNIT (t), copy_body_r, id, NULL); in remap_decl()
185 walk_tree (&DECL_FIELD_OFFSET (t), copy_body_r, id, NULL); in remap_decl()
187 walk_tree (&DECL_QUALIFIER (t), copy_body_r, id, NULL); in remap_decl()
272 walk_tree (&TYPE_MIN_VALUE (new), copy_body_r, id, NULL); in remap_type_1()
276 walk_tree (&TYPE_MAX_VALUE (new), copy_body_r, id, NULL); in remap_type_1()
281 walk_tree (&TYPE_ARG_TYPES (new), copy_body_r, id, NULL); in remap_type_1()
312 walk_tree (&TYPE_SIZE (new), copy_body_r, id, NULL); in remap_type_1()
313 walk_tree (&TYPE_SIZE_UNIT (new), copy_body_r, id, NULL); in remap_type_1()
466 copy_body_r (tree *tp, int *walk_subtrees, void *data) in copy_body_r() function
[all …]
Dtree-inline.h95 extern tree copy_body_r (tree *, int *, void *);
Domp-low.c657 walk_tree (&ve, copy_body_r, &ctx->cb, NULL); in fixup_remapped_decl()
DChangeLog.tree-ssa4021 * tree-inline.c (copy_body_r): All edges must be present.
4209 (copy_body_r): Update all clones.
4331 (copy_body_r): Clone edges.
5144 (remap_decl, remap_type, remap_block, copy_body_r,
5830 (copy_body_r): Use it, and append_to_statement_list.
6486 * tree-inline.c (copy_body_r): Check that instead of
8596 * tree-inline.c (copy_body_r): Don't convert when stripping &*.
9837 * tree-inline.c (copy_body_r): Fold instances of *&VAR.
11586 * tree-inline.c (copy_body_r): Avoid creating non-gimple code
12108 (copy_body_r): Keep tree in gimple form when transforming a
[all …]
DChangeLog623 * tree-inline.c (copy_body_r): Don't touch TREE_TYPE of OMP_CLAUSE.
DChangeLog-2005859 * tree-inline.c (copy_body_r): Use explicit cast when converting
5257 * tree-inline.c (copy_body_r): Unshare the substituted value first.
9715 (copy_body_r, copy_bb, copy_cfg_body, copy_tree_r, inlining_p): Add
13501 (copy_body_r): Update debug info.
14332 * tree-inline.c (copy_body_r): Remap labels correctly.
16595 * tree-inline.c (copy_body_r): Use fold_indirect_ref_1 for
17175 * tree-inline.c (copy_body_r): Do not mess up with cgraph edges.
17183 * tree-inline.c (copy_body_r): Manually fold *& to deal
17847 * tree-inline.c (copy_body_r): Update call of cgraph_clone_edge.
18250 (copy_body_r): Update for new datastructure, simplify some of handling
[all …]
DChangeLog-20043418 * tree-inline.c (copy_body_r): Explicitly copy a constant if the
3571 * tree-inline.c (copy_body_r): Don't handle EXIT_BLOCK_EXPR
5899 * tree-inline.c (copy_body_r): Change "t = t" to empty
13135 * tree-inline.c (copy_body_r): Recompute bits for ADDR_EXPR,
14002 * tree-inline.c (remap_decl, remap_type, remap_decls, copy_body_r,
20216 * tree-inline.c (copy_body_r): Don't bother looking for &* anymore.
21148 * tree-inline.c (copy_body_r): Delete UNSAVE_EXPR bits.
25780 * tree-inline.c (copy_body_r, setup_one_parameter,
25939 (copy_body_r): Use compatible_type langhooks to see when can fold.
29517 * tree-inline.c (copy_body_r): Don't build empty BLOCKs.
[all …]
DChangeLog-20064470 * tree-inline.c (copy_body_r): For copying the operand
6748 * tree-inline.c (copy_body_r): Make sure to copy
15519 (copy_body_r, insert_decl_map, remap_decl, remap_type): Declare.
15533 (copy_body_r): Likewise. Export.
DChangeLog-20036691 (copy_body_r): Use it.
22181 * tree-inline.c (copy_body_r): Avoid generating &* during inline
DChangeLog-20029622 * tree-inline.c (copy_body_r): Adjust.
10026 (copy_body_r): Handle Java trees. Add handling for
DChangeLog-20019321 (remap_decl, remap_block, copy_scopy_stmt, copy_body_r): Likewise.
/freebsd-9-stable/contrib/gcc/cp/
DChangeLog-2000178 * optimize.c (copy_body_r): Set STMT_IS_FULL_EXPR_P on EXPR_STMT.
684 * optimize.c (copy_body_r): Don't treat CALL_EXPRs specially.
2182 * optimize.c (copy_body_r): Likewise.
4202 * optimize.c (copy_body_r): Use STRIP_TYPE_NOPS when copying
4478 (copy_body_r): Allow ret_label to be NULL.
6971 * optimize.c (copy_body_r): Clear the operand three of a
DChangeLog-2001791 (remap_decl, remap_block, copy_scopy_stmt, copy_body_r): Likewise.
817 (remap_block, copy_body_r, declare_return_variable): Likewise.
3406 * optimize.c (copy_body_r): If MODIFY_EXPR has both arguments
DChangeLog-1999302 * optimize.c (copy_body_r): Pass it.
411 (copy_body_r): Use remap_decl and copy_scope_stmt.