Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dloop.c307 static rtx simplify_giv_expr PARAMS ((const struct loop *, rtx, rtx *, int *));
6222 tem = simplify_giv_expr (loop,
6229 tem = simplify_giv_expr
6507 x = simplify_giv_expr (loop, x, ext_val, pbenefit);
6607 simplify_giv_expr (loop, x, ext_val, benefit) in simplify_giv_expr() function
6629 arg0 = simplify_giv_expr (loop, XEXP (x, 0), ext_val, benefit);
6630 arg1 = simplify_giv_expr (loop, XEXP (x, 1), ext_val, benefit);
6676 simplify_giv_expr (loop,
6703 simplify_giv_expr (loop,
6717 return simplify_giv_expr (loop,
[all …]
H A DChangeLog.05435 simplify_giv_expr, general_induction_var, consec_sets_giv,
10742 * loop.c (simplify_giv_expr): Adding two invariants results
H A DChangeLog.49262 (simplify_giv_expr): Likewise. Fill in ext_val if we find
9583 (simplify_giv_expr): If expression contains other reg that is also a
H A DChangeLog.35878 * loop.c (simplify_giv_expr): Be more agressive on simplifying
14701 (simplify_giv_expr, general_induction_var): Likewise.
H A DChangeLog.115813 (simplify_giv_expr) [PLUS]: Always combine invariants. Use sge_plus.
H A DFSFChangeLog.113826 (maybe_eliminate_biv_1, invariant_p, simplify_giv_expr): Likewise.