Home
last modified time | relevance | path

Searched defs:iv_cand (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-address.c616 addr_to_parts (tree type, aff_tree *addr, tree iv_cand, in addr_to_parts()
692 tree alias_ptr_type, tree iv_cand, tree base_hint, bool speed) in create_mem_ref()
H A Dtree-ssa-loop-ivopts.c213 struct iv_cand struct
215 unsigned id; /* The number of the candidate. */
216 bool important; /* Whether this is an "important" candidate, i.e. such
219 gimple incremented_at;/* For original biv, the statement where it is
221 tree var_before; /* The variable used for it before increment. */
222 tree var_after; /* The variable used for it after increment. */
223 struct iv *iv; /* The value of the candidate. NULL for
249 typedef struct iv_cand *iv_cand_p; argument
419 iv_cand (struct ivopts_data *data, unsigned i) in iv_cand() function
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-address.c685 addr_to_parts (tree type, aff_tree *addr, tree iv_cand, tree base_hint, in addr_to_parts()
786 tree alias_ptr_type, tree iv_cand, tree base_hint, bool speed) in create_mem_ref()
H A Dtree-ssa-loop-ivopts.c411 struct iv_cand struct
430 iv_cand. */ argument
431 bitmap inv_exprs; /* If step is more complicated than a single ssa_var,
434 struct iv *orig_iv; /* The original iv if this cand is added from biv with