Home
last modified time | relevance | path

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

/openbsd-src/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.
84 enum g_types giv_type; /* Indicate whether DEST_ADDR or DEST_REG */
85 rtx dest_reg; /* Destination register for insn: this is the
89 rtx *location; /* Place in the insn where this giv occurs.
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. */
[all …]
H A Dloop.c5060 struct induction *induction; local
5745 struct induction *induction; local