Home
last modified time | relevance | path

Searched refs:execute_all_ipa_transforms (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-pass.h658 extern void execute_all_ipa_transforms (bool);
Dcgraphunit.cc1829 execute_all_ipa_transforms (false); in expand()
Dpasses.cc2355 execute_all_ipa_transforms (bool do_not_collect) in execute_all_ipa_transforms() function
Dcgraph.cc4069 execute_all_ipa_transforms (true); in get_body()
DChangeLog-20093049 (execute_all_ipa_transforms): Update.
7203 (execute_all_ipa_transforms): New.
7208 (tree_rest_of_compilation): Call execute_all_ipa_transforms.
7209 * tree-pass.h (execute_all_ipa_transforms): Declare.
7218 (execute_all_ipa_transforms): Declare.
DChangeLog-20208310 do not call execute_all_ipa_transforms if there are no transforms.
8317 * passes.c (execute_all_ipa_transforms): Materialize all clones.
DChangeLog-201923470 * tree-pass.h (execute_all_ipa_transforms): Add a flag
23474 (execute_all_ipa_transforms): Likewise and pass it down.
DChangeLog-201028565 (execute_all_ipa_transforms): Do not play with the states.
33892 (execute_all_ipa_transforms): Set cgraph_state to CGRAPH_STATE_IPA_SSA.
DChangeLog-20212802 (execute_all_ipa_transforms): Remove cfun test; record all transform
DChangeLog-201130628 (execute_all_ipa_transforms): Likewise.