HomeSort by: relevance | last modified time | path
    Searched defs:crhs1 (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
1561 crhs1 = gimple_cond_lhs (use_stmt);
1569 crhs1 = gimple_assign_rhs1 (use_stmt);
1578 crhs1 = TREE_OPERAND (cond, 0);
1589 if (crhs1 == lhsc)
1592 o = crhs1;
1675 crhs1 = new_lhs;
1680 gimple_cond_set_lhs (cond_stmt, crhs1);
1686 gimple_assign_set_rhs1 (use_stmt, crhs1);
1694 crhs1, crhs2)
    [all...]
tree-ssa-math-opts.cc 3903 tree crhs1 = NULL_TREE, crhs2 = NULL_TREE; local
3961 crhs1 = gimple_cond_lhs (cur_use_stmt);
3969 crhs1 = gimple_assign_rhs1 (cur_use_stmt);
3978 crhs1 = TREE_OPERAND (cond, 0);
4000 if (crhs1 == lhs
4008 if ((code == MINUS_EXPR && crhs1 == lhs && crhs2 == rhs1)
4009 || (code == PLUS_EXPR && (crhs1 == rhs1 || crhs1 == rhs2)
4016 *other = crhs1;
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
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)
    [all...]
tree-ssa-math-opts.cc 3690 tree crhs1 = NULL_TREE, crhs2 = NULL_TREE; local
3733 crhs1 = gimple_cond_lhs (cur_use_stmt);
3741 crhs1 = gimple_assign_rhs1 (cur_use_stmt);
3750 crhs1 = TREE_OPERAND (cond, 0);
3772 if (crhs1 == lhs
3780 if ((code == MINUS_EXPR && crhs1 == lhs && crhs2 == rhs1)
3781 || (code == PLUS_EXPR && (crhs1 == rhs1 || crhs1 == rhs2)
3788 *other = crhs1;
3798 if ((code == MINUS_EXPR && crhs1 == rhs1 && crhs2 == lhs
    [all...]

Completed in 30 milliseconds