Home
last modified time | relevance | path

Searched refs:do_per_function (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dpasses.cc1685 do_per_function (void (*callback) (function *, void *data), void *data) in do_per_function() function
2139 do_per_function (execute_function_todo, (void *)(size_t) flags); in execute_todo()
2341 do_per_function (execute_function_dump, pass); in execute_one_ipa_transform_pass()
2634 do_per_function (verify_curr_properties, in execute_one_pass()
2670 do_per_function (clear_last_verified, NULL); in execute_one_pass()
2672 do_per_function (update_properties_after_pass, pass); in execute_one_pass()
2682 do_per_function (account_profile_1, pass); in execute_one_pass()
2705 do_per_function (execute_function_dump, pass); in execute_one_pass()
DChangeLog-2006730 (do_per_function): New function.
736 (execute_ipa_pass_list): Use do_per_function; sanity check that cfun
DChangeLog-20131665 (execute_one_pass): Pass new argument to do_per_function.
9467 * passes.c (execute_todo): Don't call do_per_function if
12075 (do_per_function): Likewise.
DChangeLog-201210290 (do_per_function): Likewise.
28296 (do_per_function): Likewise.
DChangeLog-200920116 * ipa-passes.c (do_per_function): Do not add the hoks multiple times
24293 * passes.c (do_per_function): Do only functions having body.
DChangeLog-201430382 * passes.c (do_per_function): If we load body of a function
41036 (do_per_function): Change callback signature, push all actual