Lines Matching defs:trees
592 /* Remember trees that contains references to declarations. */
1019 /* Number of trees in the SCC. */
1382 /* Only non-NULL trees outside of the SCC may compare equal. */ \
1617 on the scc as all trees will be freed. */
1806 trees it reffers to). */
1904 /* Because we stream in SCC order we know that all unshared trees
2629 vec<tree, va_gc> *trees = state->streams[si];
2630 for (i = 0; i < vec_safe_length (trees); i++)
2632 tree t = (*trees)[i];
2637 (*trees)[i] = lto_symtab_prevailing_decl (t);
3002 fprintf (stderr, "[%s] read %lu unshared trees\n",
3039 fprintf (stderr, "[%s] %lu types prevailed (%lu associated trees)\n",