Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dloop.h77 struct induction struct
79 rtx insn; /* The insn that sets a biv or giv */
80 rtx new_reg; /* New register, containing strength reduced
82 rtx src_reg; /* Biv from which this giv is computed.
93 enum machine_mode mode; /* The mode of this biv or giv */
94 rtx mem; /* For DEST_ADDR, the memory object. */
95 rtx mult_val; /* Multiplicative factor for src_reg. */
96 rtx add_val; /* Additive constant for that product. */
97 int benefit; /* Gain from eliminating this insn. */
143 struct induction *next_iv; /* For givs, links together all givs that are argument
[all …]
H A Dloop.c5060 struct induction *induction; local
5745 struct induction *induction; local