Searched refs:do_per_function (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | passes.cc | 1685 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()
|
H A D | ChangeLog-2006 | 730 (do_per_function): New function. 736 (execute_ipa_pass_list): Use do_per_function; sanity check that cfun
|
H A D | ChangeLog-2013 | 1665 (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.
|
H A D | ChangeLog-2009 | 20116 * ipa-passes.c (do_per_function): Do not add the hoks multiple times 24293 * passes.c (do_per_function): Do only functions having body.
|
H A D | ChangeLog-2012 | 10290 (do_per_function): Likewise. 28296 (do_per_function): Likewise.
|
H A D | ChangeLog-2014 | 30382 * passes.c (do_per_function): If we load body of a function 41036 (do_per_function): Change callback signature, push all actual
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | passes.c | 1637 do_per_function (void (*callback) (function *, void *data), void *data) in do_per_function() function 2039 do_per_function (execute_function_todo, (void *)(size_t) flags); in execute_todo() 2246 do_per_function (execute_function_dump, pass); in execute_one_ipa_transform_pass() 2498 do_per_function (verify_curr_properties, in execute_one_pass() 2534 do_per_function (clear_last_verified, NULL); in execute_one_pass() 2536 do_per_function (update_properties_after_pass, pass); in execute_one_pass() 2557 do_per_function (execute_function_dump, pass); in execute_one_pass()
|