Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Dtree-ssa-structalias.c2920 do_structure_copy (tree lhsop, tree rhsop) in do_structure_copy() argument
2928 get_constraint_for (lhsop, &lhsc); in do_structure_copy()
2975 tree lhstype = TREE_TYPE (lhsop); in do_structure_copy()
2979 lhstypesize = DECL_P (lhsop) ? DECL_SIZE (lhsop) : TYPE_SIZE (lhstype); in do_structure_copy()
3037 do_structure_copy (lhsop, tmpvar); in do_structure_copy()
3393 tree lhsop; in find_func_aliases() local
3401 lhsop = TREE_OPERAND (t, 0); in find_func_aliases()
3406 lhsop = NULL; in find_func_aliases()
3457 if (lhsop) in find_func_aliases()
3463 get_constraint_for (lhsop, &lhsc); in find_func_aliases()
[all …]