Home
last modified time | relevance | path

Searched refs:edge_growth_cache (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dipa-inline.h42 extern fast_call_summary<edge_growth_cache_entry *, va_heap> *edge_growth_cache;
76 if (edge_growth_cache == NULL in estimate_edge_size()
77 || (entry = edge_growth_cache->get (edge)) == NULL in estimate_edge_size()
110 if (edge_growth_cache == NULL
111 || (entry = edge_growth_cache->get (edge)) == NULL
115 *nonspec_time = edge_growth_cache->get (edge)->nonspec_time;
127 if (edge_growth_cache == NULL in estimate_edge_hints()
128 || (entry = edge_growth_cache->get (edge)) == NULL in estimate_edge_hints()
Dipa-inline-analysis.cc53 fast_call_summary<edge_growth_cache_entry *, va_heap> *edge_growth_cache = NULL; variable
126 edge_growth_cache in initialize_growth_caches()
130 edge_growth_cache->disable_duplication_hook (); in initialize_growth_caches()
140 delete edge_growth_cache; in free_growth_caches()
142 edge_growth_cache = NULL; in free_growth_caches()
267 if (edge_growth_cache != NULL) in do_estimate_edge_time()
273 = edge_growth_cache->get_create (edge); in do_estimate_edge_time()
301 if (edge_growth_cache) in ipa_remove_from_growth_caches()
302 edge_growth_cache->remove (edge); in ipa_remove_from_growth_caches()
317 if (edge_growth_cache != NULL) in do_estimate_edge_size()
[all …]
Dipa-inline.cc1449 if (edge_growth_cache != NULL) in reset_edge_caches()
1452 edge_growth_cache->remove (edge); in reset_edge_caches()
1465 if (edge_growth_cache != NULL && e->inline_failed) in reset_edge_caches()
1466 edge_growth_cache->remove (e); in reset_edge_caches()
1694 if (edge_growth_cache != NULL) in recursive_inlining()
1695 edge_growth_cache->remove (curr); in recursive_inlining()
1701 if (edge_growth_cache != NULL) in recursive_inlining()
1702 edge_growth_cache->remove (curr); in recursive_inlining()
1716 if (edge_growth_cache != NULL) in recursive_inlining()
1717 edge_growth_cache->remove (curr); in recursive_inlining()
[all …]
DChangeLog-20197224 * ipa-inline-analyssi.c (edge_growth_cache): Turn to
7233 * ipa-inline.h (edge_growth_cache): Turn to fast summary.
DChangeLog-201128257 (node_growth_cache, edge_growth_cache): New global vars.
28270 (node_growth_cache, edge_growth_cache): New global vars.
DChangeLog-201820278 (do_estimate_edge_time): Use edge_growth_cache.