Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-structalias.c3788 make_constraints_to (unsigned id, vec<ce_s> rhsc) in make_constraints_to() function
3809 make_constraints_to (id, rhsc); in make_constraint_to()
4197 make_constraints_to (uses->id, tmpc); in handle_const_call()
4224 make_constraints_to (tem->id, argc); in handle_const_call()
4290 make_constraints_to (uses->id, tmpc); in handle_pure_call()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-structalias.cc3795 make_constraints_to (unsigned id, const vec<ce_s> &rhsc) in make_constraints_to() function
3816 make_constraints_to (id, rhsc); in make_constraint_to()
4340 make_constraints_to (callescape->id, tmpc); in handle_rhs_call()
4342 make_constraints_to (escaped_id, tmpc); in handle_rhs_call()
H A DChangeLog-201010239 * tree-ssa-structalias.c (make_constraints_to): New function.
10240 (make_constraint_to): Implement in terms of make_constraints_to.
H A DChangeLog-202119616 (make_constraints_to): Same.