Home
last modified time | relevance | path

Searched refs:iv_cand_p (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-loop-ivopts.c249 typedef struct iv_cand *iv_cand_p; typedef
250 DEF_VEC_P(iv_cand_p);
251 DEF_VEC_ALLOC_P(iv_cand_p,heap);
284 VEC(iv_cand_p,heap) *iv_candidates;
413 return VEC_length (iv_cand_p, data->iv_candidates); in n_iv_cands()
421 return VEC_index (iv_cand_p, data->iv_candidates, i); in iv_cand()
868 data->iv_candidates = VEC_alloc (iv_cand_p, heap, 20); in tree_ssa_iv_optimize_init()
2283 VEC_safe_push (iv_cand_p, heap, data->iv_candidates, cand); in add_candidate_1()
6577 VEC_truncate (iv_cand_p, data->iv_candidates, 0); in free_loop_data()
6610 VEC_free (iv_cand_p, heap, data->iv_candidates); in tree_ssa_iv_optimize_finalize()