Searched refs:iv_to_split (Results 1 – 6 of 6) sorted by relevance
70 struct iv_to_split struct77 struct iv_to_split *next; /* Next entry in walking order. */ argument99 struct iv_split_hasher : free_ptr_hash <iv_to_split>101 static inline hashval_t hash (const iv_to_split *);102 static inline bool equal (const iv_to_split *, const iv_to_split *);109 iv_split_hasher::hash (const iv_to_split *ivts) in hash()117 iv_split_hasher::equal (const iv_to_split *i1, const iv_to_split *i2) in equal()153 struct iv_to_split *iv_to_split_head; /* The first iv to split. */154 struct iv_to_split **iv_to_split_tail; /* Pointer to the tail of the list. */178 static struct iv_to_split *analyze_iv_to_split_insn (rtx_insn *);[all …]
26295 * loop-unroll.c (struct iv_to_split): Strengthen field "insn" from26297 (struct iv_to_split): Likewise.30145 * loop-unroll.c (struct iv_to_split): Remove n_loc and loc fields.
20595 * loop-unroll.c (struct iv_to_split): Add pointer to next.
1817 * loop-unroll.c (struct iv_to_split): Add new 'orig_var' member.
12908 (struct iv_to_split, struct split_ivs_info): New types.