Searched refs:SET_DECL_PT_UID (Results 1 – 17 of 17) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | sanopt.cc | 1191 SET_DECL_PT_UID (var, DECL_PT_UID (arg)); in sanitize_rewrite_addressable_params()
|
H A D | ipa-param-manipulation.cc | 2390 SET_DECL_PT_UID (copy, DECL_PT_UID (decl)); in reset_debug_stmts()
|
H A D | tree-inline.cc | 5999 SET_DECL_PT_UID (copy, DECL_PT_UID (decl)); in copy_decl_to_var() 6027 SET_DECL_PT_UID (copy, DECL_PT_UID (decl)); in copy_result_decl_to_var()
|
H A D | ipa-icf.cc | 3512 SET_DECL_PT_UID (ref->referring->decl, uid); in set_alias_uids()
|
H A D | tree-ssa-structalias.cc | 3925 SET_DECL_PT_UID (decl, -1); in build_fake_var_decl() 6665 SET_DECL_PT_UID (vi->decl, DECL_UID (vi->decl)); in set_uids_in_ptset()
|
H A D | tree-ssa-ccp.cc | 2658 SET_DECL_PT_UID (var, uid); in fold_builtin_alloca_with_align()
|
H A D | tree.cc | 1239 SET_DECL_PT_UID (t, -1); in make_node() 1372 SET_DECL_PT_UID (t, DECL_PT_UID (node)); in copy_node()
|
H A D | tree.h | 2546 #define SET_DECL_PT_UID(NODE, UID) \ macro
|
H A D | ChangeLog-2010 | 34445 (SET_DECL_PT_UID): Likewise. 34601 (SET_DECL_PT_UID): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | sanopt.c | 1187 SET_DECL_PT_UID (var, DECL_PT_UID (arg)); in sanitize_rewrite_addressable_params()
|
H A D | ipa-param-manipulation.c | 1893 SET_DECL_PT_UID (copy, DECL_PT_UID (decl)); in reset_debug_stmts()
|
H A D | tree-inline.c | 5964 SET_DECL_PT_UID (copy, DECL_PT_UID (decl)); in copy_decl_to_var() 5992 SET_DECL_PT_UID (copy, DECL_PT_UID (decl)); in copy_result_decl_to_var()
|
H A D | tree-ssa-ccp.c | 2279 SET_DECL_PT_UID (var, uid); in fold_builtin_alloca_with_align()
|
H A D | ipa-icf.c | 3399 SET_DECL_PT_UID (ref->referring->decl, uid); in set_alias_uids()
|
H A D | tree-ssa-structalias.c | 3901 SET_DECL_PT_UID (decl, -1); in build_fake_var_decl() 6541 SET_DECL_PT_UID (vi->decl, DECL_UID (vi->decl)); in set_uids_in_ptset()
|
H A D | tree.c | 1076 SET_DECL_PT_UID (t, -1); in make_node() 1209 SET_DECL_PT_UID (t, DECL_PT_UID (node)); in copy_node()
|
H A D | tree.h | 2425 #define SET_DECL_PT_UID(NODE, UID) \ macro
|