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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dipa-utils.h65 void **cache_token = NULL,
116 void **cache_token = NULL,
124 completep, cache_token,
134 void **cache_token = NULL)
142 completep, cache_token);
H A Dipa-devirt.c3023 void **cache_token,
3046 if (cache_token)
3047 *cache_token = NULL;
3068 if (cache_token)
3069 *cache_token = NULL;
3122 if (cache_token)
3123 *cache_token = (void *)*slot;
3156 if (cache_token)
3157 *cache_token = (void *)*slot;
3658 void *cache_token; local
3019 possible_polymorphic_call_targets(tree otr_type, HOST_WIDE_INT otr_token, ipa_polymorphic_call_context context, bool *completep, void **cache_token, bool speculative) argument
[all...]
H A Dipa.c179 void *cache_token; local
183 (edge, &final, &cache_token);
185 if (!reachable_call_targets->add (cache_token))
H A Dlto-cgraph.c898 void *cache_token; local
902 (edge, &final, &cache_token);
903 if (!reachable_call_targets.add (cache_token))
H A Dcgraphunit.c989 void *cache_token; local
993 (edge, &final, &cache_token);
995 if (!reachable_call_targets->add (cache_token))
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dipa-utils.h71 void **cache_token = NULL,
122 void **cache_token = NULL,
130 completep, cache_token,
140 void **cache_token = NULL)
148 completep, cache_token);
H A Dipa-devirt.cc3039 void **cache_token,
3062 if (cache_token)
3063 *cache_token = NULL;
3084 if (cache_token)
3085 *cache_token = NULL;
3138 if (cache_token)
3139 *cache_token = (void *)*slot;
3172 if (cache_token)
3173 *cache_token = (void *)*slot;
3682 void *cache_token; local
3035 possible_polymorphic_call_targets(tree otr_type, HOST_WIDE_INT otr_token, ipa_polymorphic_call_context context, bool *completep, void **cache_token, bool speculative) argument
[all...]
H A Dipa.cc179 void *cache_token; local
183 (edge, &final, &cache_token);
185 if (!reachable_call_targets->add (cache_token))
H A Dcgraphunit.cc997 void *cache_token; local
1001 (edge, &final, &cache_token);
1003 if (!reachable_call_targets->add (cache_token))
H A Dlto-cgraph.cc907 void *cache_token; local
911 (edge, &final, &cache_token);
912 if (!reachable_call_targets.add (cache_token))

Completed in 304 milliseconds