Searched refs:updated_nodes (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | ipa-inline.c | 420 bitmap updated_nodes) in update_caller_keys() argument 428 if (bitmap_bit_p (updated_nodes, node->uid)) in update_caller_keys() 430 bitmap_set_bit (updated_nodes, node->uid); in update_caller_keys() 473 bitmap updated_nodes) in update_callee_keys() argument 480 update_caller_keys (heap, e->callee, updated_nodes); in update_callee_keys() 482 update_callee_keys (heap, e->callee, updated_nodes); in update_callee_keys() 723 bitmap updated_nodes = BITMAP_ALLOC (NULL); in cgraph_decide_inlining_of_small_functions() local 855 update_callee_keys (heap, callee, updated_nodes); in cgraph_decide_inlining_of_small_functions() 867 update_caller_keys (heap, where, updated_nodes); in cgraph_decide_inlining_of_small_functions() 868 bitmap_clear (updated_nodes); in cgraph_decide_inlining_of_small_functions() [all …]
|