Home
last modified time | relevance | path

Searched refs:TODO_remove_functions (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-visibility.c913 ( TODO_remove_functions | TODO_dump_symtab ), /* todo_flags_finish */
941 ( TODO_remove_functions | TODO_dump_symtab ), /* todo_flags_finish */
H A Dpasses.c472 TODO_remove_functions | TODO_dump_symtab, /* todo_flags_finish */
2050 if (flags & TODO_remove_functions) in execute_todo()
H A Dtree-pass.h236 #define TODO_remove_functions (1 << 8) macro
H A Dipa-reference.c969 return remove_p ? TODO_remove_functions : 0; in propagate()
H A Dipa-pure-const.c2006 return remove_p ? TODO_remove_functions : 0; in execute()
H A Dipa-inline.c2781 return remove_functions ? TODO_remove_functions : 0; in ipa_inline()
H A Dipa-icf.c3523 return merged_p ? TODO_remove_functions : 0; in ipa_icf_driver()
H A Dipa-sra.c4090 ( TODO_dump_symtab | TODO_remove_functions ), /* todo_flags_finish */
H A Dipa-devirt.c3933 return ndevirtualized || ndropped ? TODO_remove_functions : 0;
H A Dipa-cp.c5988 ( TODO_dump_symtab | TODO_remove_functions ), /* todo_flags_finish */
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-visibility.cc913 ( TODO_remove_functions | TODO_dump_symtab ), /* todo_flags_finish */
941 ( TODO_remove_functions | TODO_dump_symtab ), /* todo_flags_finish */
H A Dtree-pass.h239 #define TODO_remove_functions (1 << 8) macro
H A Dpasses.cc472 TODO_remove_functions | TODO_dump_symtab, /* todo_flags_finish */
2150 if (flags & TODO_remove_functions) in execute_todo()
H A Dipa-reference.cc976 return remove_p ? TODO_remove_functions : 0; in propagate()
H A Dipa-pure-const.cc2103 return remove_p ? TODO_remove_functions : 0; in execute()
H A Dipa-inline.cc2843 return remove_functions ? TODO_remove_functions : 0; in ipa_inline()
H A Dipa-icf.cc3636 return merged_p ? TODO_remove_functions : 0; in ipa_icf_driver()
H A Dipa-sra.cc4032 ( TODO_dump_symtab | TODO_remove_functions ), /* todo_flags_finish */
H A Dipa-devirt.cc3957 return ndevirtualized || ndropped ? TODO_remove_functions : 0; in ipa_devirt()
H A Dipa-modref.cc5510 return pureconst ? TODO_remove_functions : 0; in execute()
H A Dipa-cp.cc6649 ( TODO_dump_symtab | TODO_remove_functions ), /* todo_flags_finish */
H A DChangeLog-2014934 * ipa-reference.c (propagate): Return TODO_remove_functions if
1073 * ipa-chkp.c (chkp_produce_thunks): Use TODO_remove_functions.
1095 (execute): Return TODO_remove_functions if needed.
27700 TODO_remove_functions before the pass; the functions ought to be
27703 TODO_remove_functions.
H A DChangeLog-200733378 (pass_ipa_inline, pass_early_ipa_inlining): Set TODO_remove_functions
33384 * tree-optimize.c (pass_early_local_passes): Add TODO_remove_functions.
H A DChangeLog-201321141 (pass_data_ipa_inline): Remove TODO_remove_functions.
H A DChangeLog-20171038 (pass_ipa_free_fn_summary::execute): Return TODO_remove_functions

12