Lines Matching refs:edge_heap

1825 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()
2030 edge = edge_heap.extract_min (); in inline_small_functions()
2079 if (edge_heap.min () && current_badness > edge_heap.min_key ()) in inline_small_functions()
2081 edge->aux = edge_heap.insert (current_badness, edge); in inline_small_functions()
2091 resolve_noninline_speculation (&edge_heap, edge); in inline_small_functions()
2135 resolve_noninline_speculation (&edge_heap, edge); in inline_small_functions()
2141 resolve_noninline_speculation (&edge_heap, edge); in inline_small_functions()
2161 resolve_noninline_speculation (&edge_heap, edge); in inline_small_functions()
2168 add_new_edges_to_heap (&edge_heap, new_indirect_edges); in inline_small_functions()
2169 update_callee_keys (&edge_heap, where, where, updated_nodes); in inline_small_functions()
2197 resolve_noninline_speculation (&edge_heap, edge); in inline_small_functions()
2210 add_new_edges_to_heap (&edge_heap, new_indirect_edges); in inline_small_functions()
2219 update_callee_keys (&edge_heap, edge->callee, edge->callee, in inline_small_functions()
2222 update_callee_keys (&edge_heap, where, in inline_small_functions()
2236 update_caller_keys (&edge_heap, where, updated_nodes, NULL); in inline_small_functions()
2243 update_callee_keys (&edge_heap, n, NULL, updated_nodes); in inline_small_functions()