Searched refs:simplified (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/gcc/
H A Dtree-ssa-ccp.c837 If simplification is possible, return the simplified RHS,
876 simplified RHS. */
965 /* If we got a simplified form, see if we need to convert its type. */
1123 tree simplified = NULL_TREE; local
1134 simplified = ccp_fold (stmt);
1138 simplified = get_rhs (stmt);
1144 else if (!simplified)
1145 simplified = fold_const_aggregate_ref (get_rhs (stmt));
1147 is_constant = simplified && is_gimple_min_invariant (simplified);
[all...]
H A Dcombine.c4582 the addition into an IOR. This will often be further simplified,
4964 /* It is possible that the conditional has been simplified out. */
5538 /* Simplify, X, and AND, IOR, or XOR operation, and return the simplified
6645 rtx simplified;
6646 simplified = simplify_subreg (GET_MODE (x), tem, GET_MODE (tem),
6649 if (simplified)
6650 tem = simplified;
6667 if (simplified)
6847 /* See if X can be simplified knowing that we will only refer to it in
6853 Return a possibly simplified expressio
6620 rtx simplified; local
[all...]

Completed in 204 milliseconds