Home
last modified time | relevance | path

Searched refs:get_constraint_for_rhs (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-structalias.c522 static void get_constraint_for_rhs (tree, vec<ce_s> *);
3139 get_constraint_for_rhs (ptr, results); in get_constraint_for_ptr_offset()
3166 get_constraint_for_rhs (ptr, results); in get_constraint_for_ptr_offset()
3675 get_constraint_for_rhs (tree t, vec<ce_s> *results) in get_constraint_for_rhs() function
3722 get_constraint_for_rhs (rhsop, &rhsc); in do_structure_copy()
3808 get_constraint_for_rhs (op, &rhsc); in make_constraint_to()
4223 get_constraint_for_rhs (arg, &argc); in handle_const_call()
4348 get_constraint_for_rhs (arg, &rhsc); in find_func_aliases_for_call_arg()
4951 get_constraint_for_rhs (gimple_phi_arg_def (t, i), &rhsc); in find_func_aliases()
5017 get_constraint_for_rhs (rhsop, &rhsc); in find_func_aliases()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-structalias.cc530 static void get_constraint_for_rhs (tree, vec<ce_s> *);
3146 get_constraint_for_rhs (ptr, results); in get_constraint_for_ptr_offset()
3173 get_constraint_for_rhs (ptr, results); in get_constraint_for_ptr_offset()
3682 get_constraint_for_rhs (tree t, vec<ce_s> *results) in get_constraint_for_rhs() function
3729 get_constraint_for_rhs (rhsop, &rhsc); in do_structure_copy()
3815 get_constraint_for_rhs (op, &rhsc); in make_constraint_to()
4460 get_constraint_for_rhs (arg, &rhsc); in find_func_aliases_for_call_arg()
5075 get_constraint_for_rhs (gimple_phi_arg_def (t, i), &rhsc); in find_func_aliases()
5141 get_constraint_for_rhs (rhsop, &rhsc); in find_func_aliases()
5148 get_constraint_for_rhs (gimple_assign_rhs2 (t), &rhsc); in find_func_aliases()
[all …]
H A DChangeLog-201014056 (get_constraint_for_rhs): New function.