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

  /src/external/gpl3/gcc/dist/gcc/
tree-predcom.cc 1647 the reference in the statement. IN_LHS is true if the reference
1651 replace_ref_with (gimple *stmt, tree new_tree, bool set, bool in_lhs)
1659 gcc_assert (!in_lhs && !set);
1681 gcc_assert (!in_lhs);
1688 if (in_lhs)
2323 bool in_lhs; local
2386 in_lhs = (chain->type == CT_STORE_LOAD
2388 replace_ref_with (a->stmt, chain->vars[chain->length], true, in_lhs);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-predcom.cc 1616 the reference in the statement. IN_LHS is true if the reference
1620 replace_ref_with (gimple *stmt, tree new_tree, bool set, bool in_lhs)
1628 gcc_assert (!in_lhs && !set);
1650 gcc_assert (!in_lhs);
1657 if (in_lhs)
2292 bool in_lhs; local
2355 in_lhs = (chain->type == CT_STORE_LOAD
2357 replace_ref_with (a->stmt, chain->vars[chain->length], true, in_lhs);

Completed in 27 milliseconds