Searched refs:make_copy_constraint (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-structalias.cc | 3839 make_copy_constraint (varinfo_t vi, int from) in make_copy_constraint() function 3979 make_copy_constraint (vi, nonlocal_id); in make_constraint_from_global_restrict() 4140 make_copy_constraint (uses, tem->id); in handle_call_arg() 4142 make_copy_constraint (uses, indir_tem->id); in handle_call_arg() 4163 make_copy_constraint (get_call_clobber_vi (stmt), tem->id); in handle_call_arg() 4180 make_copy_constraint (get_call_clobber_vi (stmt), indir_tem->id); in handle_call_arg() 4305 make_copy_constraint (uses, callescape->id); in handle_rhs_call() 5597 make_copy_constraint (first_vi_for_offset (fi, fi_clobbers), in find_func_clobbers() 5599 make_copy_constraint (first_vi_for_offset (fi, fi_uses), escaped_id); in find_func_clobbers() 5603 make_copy_constraint (first_vi_for_offset (fi, fi_clobbers), in find_func_clobbers() [all …]
|
H A D | ChangeLog-2015 | 8882 make_copy_constraint call with make_constraint_from call. 8978 * tree-ssa-structalias.c (ipa_pta_execute): Use make_copy_constraint.
|
H A D | ChangeLog-2009 | 17393 (make_constraint_from, make_copy_constraint): Move earlier.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-structalias.c | 3832 make_copy_constraint (varinfo_t vi, int from) in make_copy_constraint() function 3955 make_copy_constraint (vi, nonlocal_id); in make_constraint_from_global_restrict() 4038 make_copy_constraint (uses, tem->id); in handle_rhs_call() 4052 make_copy_constraint (uses, tem->id); in handle_rhs_call() 4053 make_copy_constraint (clobbers, tem->id); in handle_rhs_call() 5473 make_copy_constraint (first_vi_for_offset (fi, fi_clobbers), in find_func_clobbers() 5475 make_copy_constraint (first_vi_for_offset (fi, fi_uses), escaped_id); in find_func_clobbers() 5479 make_copy_constraint (first_vi_for_offset (fi, fi_clobbers), in find_func_clobbers() 5482 make_copy_constraint (first_vi_for_offset (fi, fi_uses), in find_func_clobbers() 5953 make_copy_constraint (get_varinfo (escaped_id), rvi->id); in create_function_info_for() [all …]
|