Searched refs:in_lhs (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-predcom.c1501 replace_ref_with (gimple *stmt, tree new_tree, bool set, bool in_lhs) argument
1509 gcc_assert (!in_lhs && !set);
1531 gcc_assert (!in_lhs);
1538 if (in_lhs)
2159 bool in_lhs; local
2222 in_lhs = (chain->type == CT_STORE_LOAD
2224 replace_ref_with (a->stmt, chain->vars[chain->length], true, in_lhs);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-predcom.cc1620 replace_ref_with (gimple *stmt, tree new_tree, bool set, bool in_lhs) argument
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 84 milliseconds