Searched refs:cond_lhs (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-predicate-analysis.cc339 tree cond_lhs = pred.pred_lhs; local
341 if (cond_lhs == NULL_TREE || cond_rhs == NULL_TREE)
349 if (TREE_CODE (cond_lhs) == SSA_NAME
353 && is_gimple_constant (cond_lhs))
355 std::swap (cond_lhs, cond_rhs);
362 && TREE_CODE (cond_lhs) == SSA_NAME
365 gimple* lhs_def = SSA_NAME_DEF_STMT (cond_lhs);
369 std::swap (cond_lhs, cond_rhs);
382 tree type = TREE_TYPE (cond_lhs);
415 if ((*flag_def = SSA_NAME_DEF_STMT (cond_lhs))
[all...]
H A Dtree-ssa-phiopt.cc1646 tree cond_lhs = gimple_cond_lhs (cond);
1655 if (!operand_equal_for_phi_arg_p (cond_lhs, grhs1))
1657 cond_lhs = gimple_assign_lhs (g);
1669 cond_rhs = fold_convert (TREE_TYPE (cond_lhs), cond_rhs);
1687 lhs = cond_lhs;
1700 && operand_equal_for_phi_arg_p (rhs2, cond_lhs)
1704 && operand_equal_for_phi_arg_p (rhs1, cond_lhs)
1708 && ((operand_equal_for_phi_arg_p (rhs2, cond_lhs)
1710 || (operand_equal_for_phi_arg_p (rhs1, cond_lhs)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-uninit.c1349 tree cond_lhs, cond_rhs, flag = 0; local
1354 cond_lhs = the_pred.pred_lhs;
1358 if (cond_lhs != NULL_TREE && TREE_CODE (cond_lhs) == SSA_NAME
1362 flag = cond_lhs;
1365 && cond_lhs != NULL_TREE && is_gimple_constant (cond_lhs))
1367 boundary_cst = cond_lhs;
H A Dtree-ssa-phiopt.c1276 tree cond_lhs = gimple_cond_lhs (cond); local
1285 if (!operand_equal_for_phi_arg_p (cond_lhs, grhs1))
1287 cond_lhs = gimple_assign_lhs (g);
1299 cond_rhs = fold_convert (TREE_TYPE (cond_lhs), cond_rhs);
1309 && operand_equal_for_phi_arg_p (rhs2, cond_lhs)
1312 && operand_equal_for_phi_arg_p (rhs1, cond_lhs)
1315 && ((operand_equal_for_phi_arg_p (rhs2, cond_lhs)
1317 || (operand_equal_for_phi_arg_p (rhs1, cond_lhs)

Completed in 103 milliseconds