Searched refs:make_constraint_from (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-structalias.c | 3815 make_constraint_from (varinfo_t vi, int from) in make_constraint_from() function 3941 make_constraint_from (lhs, vi->id); in make_constraint_from_restrict() 4158 make_constraint_from (vi, nonlocal_id); in handle_lhs_call() 4766 make_constraint_from (get_varinfo (escaped_id), anything_id); in find_func_aliases_for_builtin_call() 5457 make_constraint_from (first_vi_for_offset (fi, fi_clobbers), in find_func_clobbers() 5459 make_constraint_from (first_vi_for_offset (fi, fi_uses), in find_func_clobbers() 5504 make_constraint_from (first_vi_for_offset (fi, fi_clobbers), in find_func_clobbers() 5506 make_constraint_from (first_vi_for_offset (fi, fi_uses), in find_func_clobbers() 5900 make_constraint_from (chainvi, nonlocal_id); in create_function_info_for() 5937 make_constraint_from (resultvi, nonlocal_id); in create_function_info_for() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-structalias.cc | 3822 make_constraint_from (varinfo_t vi, int from) in make_constraint_from() function 3965 make_constraint_from (lhs, vi->id); in make_constraint_from_restrict() 4407 make_constraint_from (vi, nonlocal_id); in handle_lhs_call() 4879 make_constraint_from (get_varinfo (escaped_id), anything_id); in find_func_aliases_for_builtin_call() 5581 make_constraint_from (first_vi_for_offset (fi, fi_clobbers), in find_func_clobbers() 5583 make_constraint_from (first_vi_for_offset (fi, fi_uses), in find_func_clobbers() 5628 make_constraint_from (first_vi_for_offset (fi, fi_clobbers), in find_func_clobbers() 5630 make_constraint_from (first_vi_for_offset (fi, fi_uses), in find_func_clobbers() 6024 make_constraint_from (chainvi, nonlocal_id); in create_function_info_for() 6061 make_constraint_from (resultvi, nonlocal_id); in create_function_info_for() [all …]
|
H A D | ChangeLog-2008 | 15141 (ipa_pta_execute): Use make_constraint_from. 15331 (make_constraint_from): New helper split out from ...
|
H A D | ChangeLog-2015 | 8882 make_copy_constraint call with make_constraint_from call. 11115 make_constraint_from.
|
H A D | ChangeLog-2009 | 17393 (make_constraint_from, make_copy_constraint): Move earlier.
|