Searched defs:induction (Results 1 – 2 of 2) sorted by relevance
77 struct induction struct79 rtx insn; /* The insn that sets a biv or giv */80 rtx new_reg; /* New register, containing strength reduced82 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 …]
5060 struct induction *induction; local5745 struct induction *induction; local