HomeSort by: relevance | last modified time | path
    Searched defs:lhsop (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-structalias.cc 3755 do_structure_copy (tree lhsop, tree rhsop)
3762 get_constraint_for (lhsop, &lhsc);
3790 if (!get_ref_base_and_extent_hwi (lhsop, &lhsoffset, &lhssize, &reverse)
5026 tree lhsop; local
5038 lhsop = gimple_call_lhs (t);
5039 if (lhsop)
5044 bool aggr_p = aggregate_value_p (lhsop, gimple_call_fntype (t));
5046 get_constraint_for (lhsop, &lhsc);
5065 get_constraint_for_address_of (lhsop, &rhsc);
5129 tree lhsop = gimple_assign_lhs (t) local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-structalias.cc 3722 do_structure_copy (tree lhsop, tree rhsop)
3729 get_constraint_for (lhsop, &lhsc);
3757 if (!get_ref_base_and_extent_hwi (lhsop, &lhsoffset, &lhssize, &reverse)
4994 tree lhsop; local
5006 lhsop = gimple_call_lhs (t);
5007 if (lhsop)
5012 bool aggr_p = aggregate_value_p (lhsop, gimple_call_fntype (t));
5014 get_constraint_for (lhsop, &lhsc);
5033 get_constraint_for_address_of (lhsop, &rhsc);
5097 tree lhsop = gimple_assign_lhs (t) local
    [all...]

Completed in 32 milliseconds