Home
last modified time | relevance | path

Searched refs:edge_heap (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-inline.cc1885 resolve_noninline_speculation (edge_heap_t *edge_heap, struct cgraph_edge *edge) in resolve_noninline_speculation() argument
1899 update_caller_keys (edge_heap, where, in resolve_noninline_speculation()
1901 update_callee_keys (edge_heap, where, NULL, in resolve_noninline_speculation()
1953 edge_heap_t edge_heap (sreal::min ()); in inline_small_functions() local
1963 = symtab->add_edge_removal_hook (&heap_edge_removal_hook, &edge_heap); in inline_small_functions()
2053 update_edge_key (&edge_heap, edge); in inline_small_functions()
2075 update_caller_keys (&edge_heap, where, in inline_small_functions()
2077 update_callee_keys (&edge_heap, where, NULL, in inline_small_functions()
2087 while (!edge_heap.empty ()) in inline_small_functions()
2091 sreal badness = edge_heap.min_key (); in inline_small_functions()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-inline.c1825 resolve_noninline_speculation (edge_heap_t *edge_heap, struct cgraph_edge *edge) in resolve_noninline_speculation() argument
1839 update_caller_keys (edge_heap, where, in resolve_noninline_speculation()
1841 update_callee_keys (edge_heap, where, NULL, in resolve_noninline_speculation()
1893 edge_heap_t edge_heap (sreal::min ()); in inline_small_functions()
1903 = symtab->add_edge_removal_hook (&heap_edge_removal_hook, &edge_heap); in inline_small_functions()
1988 update_edge_key (&edge_heap, edge); in inline_small_functions()
2010 update_caller_keys (&edge_heap, where, in inline_small_functions()
2012 update_callee_keys (&edge_heap, where, NULL, in inline_small_functions()
2022 while (!edge_heap.empty ()) in inline_small_functions()
2026 sreal badness = edge_heap.min_key (); in inline_small_functions()
[all …]