Searched refs:cache_token (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ipa-utils.h | 71 void **cache_token = NULL, 122 void **cache_token = NULL, 130 completep, cache_token, 140 void **cache_token = NULL) 148 completep, cache_token);
|
| H A D | ipa-devirt.cc | 3039 void **cache_token, in possible_polymorphic_call_targets() argument 3062 if (cache_token) in possible_polymorphic_call_targets() 3063 *cache_token = NULL; in possible_polymorphic_call_targets() 3084 if (cache_token) in possible_polymorphic_call_targets() 3085 *cache_token = NULL; in possible_polymorphic_call_targets() 3138 if (cache_token) in possible_polymorphic_call_targets() 3139 *cache_token = (void *)*slot; in possible_polymorphic_call_targets() 3172 if (cache_token) in possible_polymorphic_call_targets() 3173 *cache_token = (void *)*slot; in possible_polymorphic_call_targets() 3682 void *cache_token; in ipa_devirt() local [all …]
|
| H A D | ipa.cc | 179 void *cache_token; in walk_polymorphic_call_targets() local 183 (edge, &final, &cache_token); in walk_polymorphic_call_targets() 185 if (!reachable_call_targets->add (cache_token)) in walk_polymorphic_call_targets()
|
| H A D | cgraphunit.cc | 997 void *cache_token; in walk_polymorphic_call_targets() local 1001 (edge, &final, &cache_token); in walk_polymorphic_call_targets() 1003 if (!reachable_call_targets->add (cache_token)) in walk_polymorphic_call_targets()
|
| H A D | lto-cgraph.cc | 907 void *cache_token; in compute_ltrans_boundary() local 911 (edge, &final, &cache_token); in compute_ltrans_boundary() 912 if (!reachable_call_targets.add (cache_token)) in compute_ltrans_boundary()
|
| H A D | ChangeLog-2014 | 34692 cache_token if returning early.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | ipa-utils.h | 65 void **cache_token = NULL, 116 void **cache_token = NULL, 124 completep, cache_token, 134 void **cache_token = NULL) 142 completep, cache_token);
|
| H A D | ipa-devirt.c | 3023 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; [all …]
|
| H A D | ipa.c | 179 void *cache_token; in walk_polymorphic_call_targets() local 183 (edge, &final, &cache_token); in walk_polymorphic_call_targets() 185 if (!reachable_call_targets->add (cache_token)) in walk_polymorphic_call_targets()
|
| H A D | lto-cgraph.c | 898 void *cache_token; in compute_ltrans_boundary() local 902 (edge, &final, &cache_token); in compute_ltrans_boundary() 903 if (!reachable_call_targets.add (cache_token)) in compute_ltrans_boundary()
|
| H A D | cgraphunit.c | 989 void *cache_token; in walk_polymorphic_call_targets() local 993 (edge, &final, &cache_token); in walk_polymorphic_call_targets() 995 if (!reachable_call_targets->add (cache_token)) in walk_polymorphic_call_targets()
|