/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-inline.c | 1042 remap_gimple_op_r (tree *tp, int *walk_subtrees, void *data) in remap_gimple_op_r() function 1135 walk_tree (&ptr, remap_gimple_op_r, data, NULL); in remap_gimple_op_r() 1178 walk_tree (&TREE_OPERAND (*tp, 0), remap_gimple_op_r, data, NULL); in remap_gimple_op_r() 1932 walk_gimple_op (gsi_stmt (egsi), remap_gimple_op_r, &wi); in remap_gimple_stmt() 1947 walk_tree (gimple_op_ptr (copy, 1), remap_gimple_op_r, &wi, NULL); in remap_gimple_stmt() 1949 walk_gimple_op (copy, remap_gimple_op_r, &wi); in remap_gimple_stmt() 3207 walk_tree (&t, remap_gimple_op_r, &wi, NULL); in copy_debug_stmt() 3215 remap_gimple_op_r, &wi, NULL); in copy_debug_stmt() 3250 remap_gimple_op_r, &wi, NULL); in copy_debug_stmt() 6426 walk_tree (&cfun->nonlocal_goto_save_area, remap_gimple_op_r, &wi, NULL); in tree_function_versioning()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-inline.cc | 1019 remap_gimple_op_r (tree *tp, int *walk_subtrees, void *data) in remap_gimple_op_r() function 1112 walk_tree (&ptr, remap_gimple_op_r, data, NULL); in remap_gimple_op_r() 1155 walk_tree (&TREE_OPERAND (*tp, 0), remap_gimple_op_r, data, NULL); in remap_gimple_op_r() 1967 walk_gimple_op (gsi_stmt (egsi), remap_gimple_op_r, &wi); in remap_gimple_stmt() 1982 walk_tree (gimple_op_ptr (copy, 1), remap_gimple_op_r, &wi, NULL); in remap_gimple_stmt() 1984 walk_gimple_op (copy, remap_gimple_op_r, &wi); in remap_gimple_stmt() 3244 walk_tree (&t, remap_gimple_op_r, &wi, NULL); in copy_debug_stmt() 3252 remap_gimple_op_r, &wi, NULL); in copy_debug_stmt() 3287 remap_gimple_op_r, &wi, NULL); in copy_debug_stmt() 6388 walk_tree (&cfun->nonlocal_goto_save_area, remap_gimple_op_r, &wi, NULL); in tree_function_versioning()
|
H A D | ChangeLog.tuples | 139 * tree-inline.c (remap_gimple_op_r): Do not set TREE_BLOCK on 934 * tree-inline.c (remap_gimple_op_r): Remove stale FIXME notes. 1061 * tree-inline.c (remap_gimple_op_r): Remap TREE_BLOCK of 2327 * tree-inline.c (remap_gimple_op_r): Remove code to handle RESX_EXPR
|
H A D | ChangeLog-2012 | 10463 * tree-inline.c (remap_gimple_op_r): Change to use new location. 11780 * tree-inline.c (remap_gimple_op_r): Copy TREE_SIDE_EFFECTS also. 16167 (remap_gimple_op_r): Likewise. 23654 * tree-inline.c (remap_gimple_op_r): Fix handling of FIELD_DECL. 23757 * tree-inline.c (remap_gimple_op_r): Likewise. Check
|
H A D | ChangeLog-2010 | 9952 * tree-inline.c (remap_gimple_op_r): Propagate the TREE_THIS_NOTRAP 22477 (remap_gimple_op_r): Remap RESULT_DECL ssa name. 23638 * tree-inline.c (remap_gimple_op_r): Handle MEM_REF, remove 25595 * tree-inline.c (remap_gimple_op_r): Recurse using remap_gimple_op_r.
|
H A D | ChangeLog-2011 | 12671 * tree-inline.c (remap_gimple_op_r): Do not reconstruct 16980 * tree-inline.c (remap_gimple_op_r): Copy TREE_THIS_VOLATILE and 25997 * tree-inline.c (remap_gimple_op_r): Also remap types of MEM_REFs. 38475 * tree-inline.c (remap_gimple_op_r): Recurse manually for
|
H A D | ChangeLog-2008 | 1248 * tree-inline.c (remap_gimple_op_r): Preserve TREE_NO_WARNING 11598 copy_statement_list, remap_gimple_op_r, copy_tree_body_r,
|
H A D | ChangeLog-2009 | 11679 (remap_gimple_op_r): Don't add references in debug stmts. 25722 * tree-inline.c (remap_gimple_op_r): Work around C++ FE
|
H A D | ChangeLog-2013 | 18316 (remap_gimple_op_r): Do not propagate TREE_THIS_NOTRAP on MEM_REF if 36234 remap_gimple_op_r.
|
H A D | ChangeLog-2015 | 4622 in decl_debug_args, don't call remap_gimple_op_r on it. 7846 * tree-inline.c (remap_gimple_op_r): Propagate the
|
H A D | ChangeLog-2014 | 3629 (remap_gimple_op_r): Remap dependence cliques in MEM_REFs. 40239 * tree-inline.c (remap_gimple_op_r): Use wide-int interfaces.
|
H A D | ChangeLog-2021 | 22062 * tree-inline.c (remap_gimple_op_r): Same.
|
H A D | ChangeLog-2016 | 28430 * tree-inline.c (remap_gimple_op_r): Set SSA_NAME_DEF_STMT when
|
H A D | ChangeLog-2019 | 29092 * tree-inline.c (remap_gimple_op_r): Avoid folding expressions if
|
H A D | ChangeLog-2017 | 12410 * tree-inline.c (remap_gimple_op_r, copy_tree_body_r): Likewise.
|