Home
last modified time | relevance | path

Searched refs:copy_if_shared (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgimplify.h65 extern void copy_if_shared (tree *, void * = NULL);
Dgimplify.cc950 copy_if_shared (tree *tp, void *data) in copy_if_shared() function
967 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()
DChangeLog-201234651 * gimplify.c (copy_if_shared): Add DATA argument. Do not create the
34654 set here and invoke copy_if_shared on the size trees of DECL_RESULT.
DChangeLog-201030622 (copy_if_shared): New function.
30625 (unshare_body): Call copy_if_shared instead of doing it manually.
DChangeLog-202038624 * gimplify.c (copy_if_shared): No longer static.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dcp-gimplify.cc501 copy_if_shared (expr_p); in cp_gimplify_expr()
DChangeLog-20206494 copy_if_shared after cp_genericize_tree.