Searched refs:edge_growth_cache (Results 1 – 6 of 6) sorted by relevance
42 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 == NULL111 || (entry = edge_growth_cache->get (edge)) == NULL115 *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()
53 fast_call_summary<edge_growth_cache_entry *, va_heap> *edge_growth_cache = NULL; variable126 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 …]
1449 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 …]
7224 * ipa-inline-analyssi.c (edge_growth_cache): Turn to7233 * ipa-inline.h (edge_growth_cache): Turn to fast summary.
28257 (node_growth_cache, edge_growth_cache): New global vars.28270 (node_growth_cache, edge_growth_cache): New global vars.
20278 (do_estimate_edge_time): Use edge_growth_cache.