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

/freebsd-9.3-release/contrib/gcc/
H A Dloop-unroll.c74 struct iv_to_split struct
136 static struct iv_to_split *analyze_iv_to_split_insn (rtx);
1469 return (hashval_t) INSN_UID (((struct iv_to_split *) ivts)->insn);
1477 const struct iv_to_split *i1 = ivts1;
1478 const struct iv_to_split *i2 = ivts2;
1643 static struct iv_to_split *
1648 struct iv_to_split *ivts;
1682 ivts = XNEW (struct iv_to_split);
1704 struct iv_to_split *ivts = NULL;
1816 get_ivts_expr (rtx expr, struct iv_to_split *ivt
[all...]

Completed in 51 milliseconds