Home
last modified time | relevance | path

Searched refs:r_op2 (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-if-conv.c1582 tree lhs, r_op1, r_op2; in is_cond_scalar_reduction() local
1644 r_op2 = gimple_assign_rhs2 (stmt); in is_cond_scalar_reduction()
1647 if (r_op2 == PHI_RESULT (header_phi) in is_cond_scalar_reduction()
1649 std::swap (r_op1, r_op2); in is_cond_scalar_reduction()
1665 *op0 = r_op1; *op1 = r_op2; in is_cond_scalar_reduction()