Lines Matching defs:iv_use
184 struct iv_use struct
186 unsigned id; /* The id of the use. */
187 enum use_type type; /* Type of the use. */
188 struct iv *iv; /* The induction variable it is based on. */
189 gimple stmt; /* Statement in that it occurs. */
190 tree *op_p; /* The place where it occurs. */
191 bitmap related_cands; /* The set of "related" iv candidates, plus the common
194 unsigned n_map_members; /* Number of candidates in the cost_map list. */
195 struct cost_pair *cost_map;
198 struct iv_cand *selected;
403 iv_use (struct ivopts_data *data, unsigned i) in iv_use() function