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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-forwprop.cc 1534 tree crhs1 = NULL_TREE, crhs2 = NULL_TREE; local
1562 crhs2 = gimple_cond_rhs (use_stmt);
1570 crhs2 = gimple_assign_rhs2 (use_stmt);
1579 crhs2 = TREE_OPERAND (cond, 1);
1590 o = crhs2;
1591 else if (crhs2 == lhsc)
1676 crhs2 = build_zero_cst (TREE_TYPE (lhs2));
1681 gimple_cond_set_rhs (cond_stmt, crhs2);
1687 gimple_assign_set_rhs2 (use_stmt, crhs2);
1694 crhs1, crhs2);
    [all...]
tree-ssa-math-opts.cc 3903 tree crhs1 = NULL_TREE, crhs2 = NULL_TREE; local
3962 crhs2 = gimple_cond_rhs (cur_use_stmt);
3970 crhs2 = gimple_assign_rhs2 (cur_use_stmt);
3979 crhs2 = TREE_OPERAND (cond, 1);
4001 && TREE_CODE (crhs2) == INTEGER_CST
4002 && tree_int_cst_equal (crhs2, maxval))
4008 if ((code == MINUS_EXPR && crhs1 == lhs && crhs2 == rhs1)
4010 && crhs2 == lhs))
4013 if (code == BIT_NOT_EXPR && crhs2 == lhs)
4026 if ((code == MINUS_EXPR && crhs1 == rhs1 && crhs2 == lhs
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-forwprop.cc 1526 tree crhs1 = NULL_TREE, crhs2 = NULL_TREE; local
1554 crhs2 = gimple_cond_rhs (use_stmt);
1562 crhs2 = gimple_assign_rhs2 (use_stmt);
1571 crhs2 = TREE_OPERAND (cond, 1);
1582 o = crhs2;
1583 else if (crhs2 == lhsc)
1668 crhs2 = build_zero_cst (TREE_TYPE (lhs2));
1673 gimple_cond_set_rhs (cond_stmt, crhs2);
1679 gimple_assign_set_rhs2 (use_stmt, crhs2);
1686 crhs1, crhs2);
    [all...]
tree-ssa-math-opts.cc 3690 tree crhs1 = NULL_TREE, crhs2 = NULL_TREE; local
3734 crhs2 = gimple_cond_rhs (cur_use_stmt);
3742 crhs2 = gimple_assign_rhs2 (cur_use_stmt);
3751 crhs2 = TREE_OPERAND (cond, 1);
3773 && TREE_CODE (crhs2) == INTEGER_CST
3774 && tree_int_cst_equal (crhs2, maxval))
3780 if ((code == MINUS_EXPR && crhs1 == lhs && crhs2 == rhs1)
3782 && crhs2 == lhs))
3785 if (code == BIT_NOT_EXPR && crhs2 == lhs)
3798 if ((code == MINUS_EXPR && crhs1 == rhs1 && crhs2 == lhs
    [all...]

Completed in 23 milliseconds