Searched refs:copy_bind_expr (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-inline.c | 128 static void copy_bind_expr (tree *, int *, copy_body_data *); 932 copy_bind_expr (tree *tp, int *walk_subtrees, copy_body_data *id) in copy_bind_expr() function 1284 copy_bind_expr (tp, walk_subtrees, id); in copy_tree_body_r()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-inline.cc | 133 static void copy_bind_expr (tree *, int *, copy_body_data *); 909 copy_bind_expr (tree *tp, int *walk_subtrees, copy_body_data *id) in copy_bind_expr() function 1261 copy_bind_expr (tp, walk_subtrees, id); in copy_tree_body_r()
|
H A D | ChangeLog-2010 | 29847 (copy_bind_expr): ... instead of here. 33344 * tree-inline.c (copy_bind_expr): Also copy bind expr vars value-exprs.
|
H A D | ChangeLog.tree-ssa | 15466 (copy_bind_expr): Remap BIND_EXPR_VARS separately from block vars.
|
H A D | ChangeLog-2009 | 32300 (copy_bind_expr, copy_gimple_bind): Update use of remap_block.
|