Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-loop-ivopts.c184 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;
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-loop-ivopts.c364 struct iv_use struct
366 unsigned id; /* The id of the use. */
367 unsigned group_id; /* The group id the use belongs to. */
368 enum use_type type; /* Type of the use. */
369 tree mem_type; /* The memory type to use when testing whether an
372 struct iv *iv; /* The induction variable it is based on. */
373 gimple *stmt; /* Statement in that it occurs. */
397 vec<struct iv_use *> vuses; argument