Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
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); in si_info_hash()
1477 const struct iv_to_split *i1 = ivts1; in si_info_eq()
1478 const struct iv_to_split *i2 = ivts2; in si_info_eq()
1643 static struct iv_to_split *
1648 struct iv_to_split *ivts; in analyze_iv_to_split_insn()
1682 ivts = XNEW (struct iv_to_split); in analyze_iv_to_split_insn()
1704 struct iv_to_split *ivts = NULL; in analyze_insns_in_loop()
1816 get_ivts_expr (rtx expr, struct iv_to_split *ivts) in get_ivts_expr()
[all …]