Searched refs:get_constraint_for_rhs (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-ssa-structalias.c | 480 static void get_constraint_for_rhs (tree, VEC(ce_s, heap) **); 2898 get_constraint_for_rhs (ptr, results); in get_constraint_for_ptr_offset() 2927 get_constraint_for_rhs (ptr, results); in get_constraint_for_ptr_offset() 3414 get_constraint_for_rhs (tree t, VEC (ce_s, heap) **results) in get_constraint_for_rhs() function 3460 get_constraint_for_rhs (rhsop, &rhsc); in do_structure_copy() 3543 get_constraint_for_rhs (op, &rhsc); in make_constraint_to() 3930 get_constraint_for_rhs (arg, &argc); in handle_const_call() 4398 get_constraint_for_rhs (arg, &rhsc); in find_func_aliases_for_call() 4489 get_constraint_for_rhs (gimple_phi_arg_def (t, i), &rhsc); in find_func_aliases() 4549 get_constraint_for_rhs (rhsop, &rhsc); in find_func_aliases() [all …]
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-ssa-structalias.c | 515 static void get_constraint_for_rhs (tree, vec<ce_s> *); 3079 get_constraint_for_rhs (ptr, results); in get_constraint_for_ptr_offset() 3106 get_constraint_for_rhs (ptr, results); in get_constraint_for_ptr_offset() 3595 get_constraint_for_rhs (tree t, vec<ce_s> *results) in get_constraint_for_rhs() function 3642 get_constraint_for_rhs (rhsop, &rhsc); in do_structure_copy() 3728 get_constraint_for_rhs (op, &rhsc); in make_constraint_to() 4144 get_constraint_for_rhs (arg, &argc); in handle_const_call() 4269 get_constraint_for_rhs (arg, &rhsc); in find_func_aliases_for_call_arg() 4851 get_constraint_for_rhs (gimple_phi_arg_def (t, i), &rhsc); in find_func_aliases() 4911 get_constraint_for_rhs (rhsop, &rhsc); in find_func_aliases() [all …]
|