Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dloop-unroll.c70 struct iv_to_split struct
77 struct iv_to_split *next; /* Next entry in walking order. */ argument
99 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 …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dloop-unroll.cc70 struct iv_to_split struct
77 struct iv_to_split *next; /* Next entry in walking order. */ argument
99 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 …]
H A DChangeLog-201426295 * loop-unroll.c (struct iv_to_split): Strengthen field "insn" from
26297 (struct iv_to_split): Likewise.
30145 * loop-unroll.c (struct iv_to_split): Remove n_loc and loc fields.
H A DChangeLog-200920595 * loop-unroll.c (struct iv_to_split): Add pointer to next.
H A DChangeLog-20121817 * loop-unroll.c (struct iv_to_split): Add new 'orig_var' member.
H A DChangeLog-200412908 (struct iv_to_split, struct split_ivs_info): New types.