Home
last modified time | relevance | path

Searched defs:iv_class (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dloop.h168 struct iv_class struct
182 struct iv_class *next; /* Links all class structures together. */ argument
183 rtx init_insn; /* insn which initializes biv, 0 if none. */
184 rtx init_set; /* SET of INIT_INSN, if any. */
185 unsigned incremented : 1; /* 1 if somewhere incremented/decremented */
186 unsigned eliminable : 1; /* 1 if plausible candidate for
188 unsigned nonneg : 1; /* 1 if we added a REG_NONNEG note for
190 unsigned reversed : 1; /* 1 if we reversed the loop that this
214 struct iv_class *class; argument