Searched refs:updated_nodes (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Dipa-inline.c420 bitmap updated_nodes)
428 if (bitmap_bit_p (updated_nodes, node->uid))
430 bitmap_set_bit (updated_nodes, node->uid);
473 bitmap updated_nodes)
480 update_caller_keys (heap, e->callee, updated_nodes);
482 update_callee_keys (heap, e->callee, updated_nodes);
723 bitmap updated_nodes = BITMAP_ALLOC (NULL); local
840 update_callee_keys (heap, where, updated_nodes);
855 update_callee_keys (heap, callee, updated_nodes);
867 update_caller_keys (heap, where, updated_nodes);
419 update_caller_keys(fibheap_t heap, struct cgraph_node *node, bitmap updated_nodes) argument
472 update_callee_keys(fibheap_t heap, struct cgraph_node *node, bitmap updated_nodes) argument
[all...]

Completed in 79 milliseconds