Searched refs:nested_function_sum (Results 1 – 2 of 2) sorted by relevance
52 *nested_function_sum = NULL; variable58 if (!nested_function_sum) in get()60 return nested_function_sum->get (node); in get()67 if (!nested_function_sum) in get_create()69 nested_function_sum = new function_summary <nested_function_info *> in get_create()71 nested_function_sum->disable_insertion_hook (); in get_create()73 return nested_function_sum->get_create (node); in get_create()90 nested_function_sum->remove (node); in unnest_function()121 if (nested_function_sum) in release()122 delete (nested_function_sum); in release()[all …]
8478 (nested_function_sum): New static variable.