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

/freebsd-9.3-release/contrib/gcc/
H A Dloop-unroll.c89 struct var_to_expand struct
134 static struct var_to_expand *analyze_insn_to_expand_var (struct loop*, rtx);
137 static void expand_var_during_unrolling (struct var_to_expand *, rtx);
141 static rtx get_expansion (struct var_to_expand *);
1483 /* Return a hash for VES, which is really a "var_to_expand *". */
1488 return (hashval_t) INSN_UID (((struct var_to_expand *) ves)->insn);
1492 "var_to_expand *") refer to the same instruction. */
1497 const struct var_to_expand *i1 = ivts1;
1498 const struct var_to_expand *i2 = ivts2;
1550 static struct var_to_expand *
[all...]

Completed in 54 milliseconds