Searched refs:copy_if_shared (Results 1 – 7 of 7) sorted by relevance
65 extern void copy_if_shared (tree *, void * = NULL);
950 copy_if_shared (tree *tp, void *data) in copy_if_shared() function967 copy_if_shared (&DECL_SAVED_TREE (fndecl), visited); in unshare_body()968 copy_if_shared (&DECL_SIZE (DECL_RESULT (fndecl)), visited); in unshare_body()969 copy_if_shared (&DECL_SIZE_UNIT (DECL_RESULT (fndecl)), visited); in unshare_body()
34651 * gimplify.c (copy_if_shared): Add DATA argument. Do not create the34654 set here and invoke copy_if_shared on the size trees of DECL_RESULT.
30622 (copy_if_shared): New function.30625 (unshare_body): Call copy_if_shared instead of doing it manually.
38624 * gimplify.c (copy_if_shared): No longer static.
501 copy_if_shared (expr_p); in cp_gimplify_expr()
6494 copy_if_shared after cp_genericize_tree.