Lines Matching refs:iv_to_split
74 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()
1833 struct iv_to_split *ivts = *slot; in allocate_basic_variable()
1845 insert_base_initialization (struct iv_to_split *ivts, rtx insn) in insert_base_initialization()
1864 split_iv (struct iv_to_split *ivts, rtx insn, unsigned delta) in split_iv()
2081 struct iv_to_split ivts_templ, *ivts; in apply_opt_in_copies()