Home
last modified time | relevance | path

Searched refs:make_constraint_to (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-structalias.c3805 make_constraint_to (unsigned id, tree op) in make_constraint_to() function
3851 make_constraint_to (escaped_id, op); in make_escape_constraint()
4034 make_constraint_to (tem->id, arg); in handle_rhs_call()
4048 make_constraint_to (tem->id, arg); in handle_rhs_call()
4185 make_constraint_to (uses->id, gimple_call_chain (stmt)); in handle_const_call()
4262 make_constraint_to (uses->id, arg); in handle_pure_call()
4274 make_constraint_to (uses->id, gimple_call_chain (stmt)); in handle_pure_call()
4618 make_constraint_to (uses->id, gimple_call_arg (t, 0)); in find_func_aliases_for_builtin_call()
4619 make_constraint_to (uses->id, gimple_call_arg (t, 1)); in find_func_aliases_for_builtin_call()
4627 make_constraint_to (uses->id, gimple_call_arg (t, 0)); in find_func_aliases_for_builtin_call()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-structalias.cc3812 make_constraint_to (unsigned id, tree op) in make_constraint_to() function
3858 make_constraint_to (escaped_id, op); in make_escape_constraint()
4067 make_constraint_to (tem->id, arg); in handle_call_arg()
4731 make_constraint_to (uses->id, gimple_call_arg (t, 0)); in find_func_aliases_for_builtin_call()
4732 make_constraint_to (uses->id, gimple_call_arg (t, 1)); in find_func_aliases_for_builtin_call()
4740 make_constraint_to (uses->id, gimple_call_arg (t, 0)); in find_func_aliases_for_builtin_call()
4867 make_constraint_to (get_call_clobber_vi (t)->id, valist); in find_func_aliases_for_builtin_call()
H A DChangeLog-200815130 (make_constraint_to): Adjust callers.
15325 (make_constraint_to): New helper function.
H A DChangeLog-201010240 (make_constraint_to): Implement in terms of make_constraints_to.
14058 (make_constraint_to): Likewise.