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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-loop-ivopts.c197 typedef struct iv_cand *iv_cand_p; typedef in typeref:struct:iv_cand
198 DEF_VEC_P(iv_cand_p); variable
199 DEF_VEC_ALLOC_P(iv_cand_p,heap);
228 VEC(iv_cand_p,heap) *iv_candidates;
336 return VEC_length (iv_cand_p, data->iv_candidates);
344 return VEC_index (iv_cand_p, data->iv_candidates, i);
825 data->iv_candidates = VEC_alloc (iv_cand_p, heap, 20);
2050 VEC_safe_push (iv_cand_p, heap, data->iv_candidates, cand);
5766 VEC_truncate (iv_cand_p, data->iv_candidates, 0);
5797 VEC_free (iv_cand_p, hea
[all...]

Completed in 121 milliseconds