Searched refs:crhs1 (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc3681 tree crhs1 = NULL_TREE, crhs2 = NULL_TREE; local
3724 crhs1 = gimple_cond_lhs (cur_use_stmt);
3732 crhs1 = gimple_assign_rhs1 (cur_use_stmt);
3741 crhs1 = TREE_OPERAND (cond, 0);
3763 if (crhs1 == lhs
3771 if ((code == MINUS_EXPR && crhs1 == lhs && crhs2 == rhs1)
3772 || (code == PLUS_EXPR && (crhs1 == rhs1 || crhs1 == rhs2)
3779 *other = crhs1;
3789 if ((code == MINUS_EXPR && crhs1
[all...]
H A Dtree-ssa-forwprop.cc1526 tree crhs1 = NULL_TREE, crhs2 = NULL_TREE; local
1553 crhs1 = gimple_cond_lhs (use_stmt);
1561 crhs1 = gimple_assign_rhs1 (use_stmt);
1570 crhs1 = TREE_OPERAND (cond, 0);
1581 if (crhs1 == lhsc)
1584 o = crhs1;
1667 crhs1 = new_lhs;
1672 gimple_cond_set_lhs (cond_stmt, crhs1);
1678 gimple_assign_set_rhs1 (use_stmt, crhs1);
1686 crhs1, crhs
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c3301 tree crhs1 = NULL_TREE, crhs2 = NULL_TREE; local
3305 crhs1 = gimple_cond_lhs (use_stmt);
3313 crhs1 = gimple_assign_rhs1 (use_stmt);
3322 crhs1 = TREE_OPERAND (cond, 0);
3348 if ((code == MINUS_EXPR && crhs1 == lhs && crhs2 == rhs1)
3349 || (code == PLUS_EXPR && (crhs1 == rhs1 || crhs1 == rhs2)
3357 if ((code == MINUS_EXPR && crhs1 == rhs1 && crhs2 == lhs)
3358 || (code == PLUS_EXPR && crhs1 == lhs

Completed in 130 milliseconds