Lines Matching defs:crhs1
1526 tree crhs1 = NULL_TREE, crhs2 = NULL_TREE;
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, crhs2);