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

  /src/external/gpl3/gcc/dist/gcc/
tree-if-conv.cc 1680 tree lhs, r_op1, r_op2, r_nop1, r_nop2; local
1784 r_op1 = gimple_assign_rhs1 (stmt);
1787 r_nop1 = strip_nop_cond_scalar_reduction (*has_nop, r_op1);
1790 /* Make R_OP1 to hold reduction variable. */
1794 std::swap (r_op1, r_op2);
1808 if (use_stmt == SSA_NAME_DEF_STMT (r_op1))
1815 /* Check that R_OP1 is used in reduction stmt or in PHI only. */
1816 FOR_EACH_IMM_USE_FAST (use_p, imm_iter, r_op1)
1827 *op0 = r_op1; *op1 = r_op2;
  /src/external/gpl3/gcc.old/dist/gcc/
tree-if-conv.cc 1648 tree lhs, r_op1, r_op2, r_nop1, r_nop2; local
1751 r_op1 = gimple_assign_rhs1 (stmt);
1754 r_nop1 = strip_nop_cond_scalar_reduction (*has_nop, r_op1);
1757 /* Make R_OP1 to hold reduction variable. */
1761 std::swap (r_op1, r_op2);
1775 if (use_stmt == SSA_NAME_DEF_STMT (r_op1))
1782 /* Check that R_OP1 is used in reduction stmt or in PHI only. */
1783 FOR_EACH_IMM_USE_FAST (use_p, imm_iter, r_op1)
1794 *op0 = r_op1; *op1 = r_op2;

Completed in 23 milliseconds