Lines Matching defs:inits
324 auto_vec<tree> inits;
631 if (chain->inits.exists ())
633 fprintf (file, " inits");
634 FOR_EACH_VEC_ELT (chain->inits, i, var)
1277 chain->inits = vNULL;
1294 chain->inits = vNULL;
1814 return chain->inits[index];
2093 is marked in TMP_VARS. INITS is the list containing the (single)
2098 vec<tree> *vars, const vec<tree> &inits,
2109 init = inits[0];
2163 &vars, chain->inits, tmp_vars);
3114 chain->inits.create (n);
3115 chain->inits.safe_grow_cleared (n, true);
3149 chain->inits[i] = init;
3172 chain->inits.create (n);
3174 chain->inits.quick_push (NULL_TREE);
3184 chain->inits[n - laref->distance]
3192 if (chain->inits[i] != NULL_TREE)
3205 chain->inits[i] = init;