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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtree-scalar-evolution.c285 struct GTY(()) scev_info_str {
310 static GTY ((param_is (struct scev_info_str))) htab_t scalar_evolution_info;
316 static inline struct scev_info_str *
319 struct scev_info_str *res;
321 res = GGC_NEW (struct scev_info_str);
334 return SSA_NAME_VERSION (((const struct scev_info_str *) elt)->var);
342 const struct scev_info_str *elt1 = (const struct scev_info_str *) e1;
343 const struct scev_info_str *elt2 = (const struct scev_info_str *) e
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtree-scalar-evolution.c262 struct scev_info_str struct
295 static inline struct scev_info_str *
298 struct scev_info_str *res;
300 res = xmalloc (sizeof (struct scev_info_str));
312 return SSA_NAME_VERSION (((struct scev_info_str *) elt)->var);
320 const struct scev_info_str *elt1 = e1;
321 const struct scev_info_str *elt2 = e2;
341 struct scev_info_str *res;
342 struct scev_info_str tmp;
1881 struct scev_info_str *inf
[all...]

Completed in 269 milliseconds