HomeSort by: relevance | last modified time | path
    Searched defs:cache_token (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
ipa.cc 179 void *cache_token; local
183 (edge, &final, &cache_token);
185 if (!reachable_call_targets->add (cache_token))
ipa.cc 179 void *cache_token; local
183 (edge, &final, &cache_token);
185 if (!reachable_call_targets->add (cache_token))
cgraphunit.cc 997 void *cache_token; local
1001 (edge, &final, &cache_token);
1003 if (!reachable_call_targets->add (cache_token))
lto-cgraph.cc 908 void *cache_token; local
912 (edge, &final, &cache_token);
913 if (!reachable_call_targets.add (cache_token))
cgraphunit.cc 997 void *cache_token; local
1001 (edge, &final, &cache_token);
1003 if (!reachable_call_targets->add (cache_token))
lto-cgraph.cc 908 void *cache_token; local
912 (edge, &final, &cache_token);
913 if (!reachable_call_targets.add (cache_token))
ipa-devirt.cc 3023 CACHE_TOKEN (if non-NULL) will get stored to an unique ID of entry
3039 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
    [all...]
ipa-devirt.cc 3023 CACHE_TOKEN (if non-NULL) will get stored to an unique ID of entry
3039 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
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
ipa.cc 181 void *cache_token; local
185 (edge, &final, &cache_token);
187 if (cache_token != NULL && !reachable_call_targets->add (cache_token))
ipa.cc 181 void *cache_token; local
185 (edge, &final, &cache_token);
187 if (cache_token != NULL && !reachable_call_targets->add (cache_token))
cgraphunit.cc 1009 void *cache_token; local
1013 (edge, &final, &cache_token);
1015 if (cache_token != NULL && !reachable_call_targets->add (cache_token))
lto-cgraph.cc 918 void *cache_token; local
922 (edge, &final, &cache_token);
923 if (cache_token != NULL
924 && !reachable_call_targets.add (cache_token))
cgraphunit.cc 1009 void *cache_token; local
1013 (edge, &final, &cache_token);
1015 if (cache_token != NULL && !reachable_call_targets->add (cache_token))
lto-cgraph.cc 918 void *cache_token; local
922 (edge, &final, &cache_token);
923 if (cache_token != NULL
924 && !reachable_call_targets.add (cache_token))
ipa-devirt.cc 3037 CACHE_TOKEN (if non-NULL) will get stored to an unique ID of entry
3053 void **cache_token,
3076 if (cache_token)
3077 *cache_token = NULL;
3098 if (cache_token)
3099 *cache_token = NULL;
3152 if (cache_token)
3153 *cache_token = (void *)*slot;
3186 if (cache_token)
3187 *cache_token = (void *)*slot
3698 void *cache_token; local
    [all...]
ipa-devirt.cc 3037 CACHE_TOKEN (if non-NULL) will get stored to an unique ID of entry
3053 void **cache_token,
3076 if (cache_token)
3077 *cache_token = NULL;
3098 if (cache_token)
3099 *cache_token = NULL;
3152 if (cache_token)
3153 *cache_token = (void *)*slot;
3186 if (cache_token)
3187 *cache_token = (void *)*slot
3698 void *cache_token; local
    [all...]

Completed in 99 milliseconds