Home
last modified time | relevance | path

Searched refs:make_constraint_from (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-structalias.c3815 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 Dtree-ssa-structalias.cc3822 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 DChangeLog-200815141 (ipa_pta_execute): Use make_constraint_from.
15331 (make_constraint_from): New helper split out from ...
H A DChangeLog-20158882 make_copy_constraint call with make_constraint_from call.
11115 make_constraint_from.
H A DChangeLog-200917393 (make_constraint_from, make_copy_constraint): Move earlier.