Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-nested.cc52 *nested_function_sum = NULL; variable
58 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 …]
H A DChangeLog-20208478 (nested_function_sum): New static variable.