Searched refs:TODO_remove_functions (Results 1 – 25 of 26) sorted by relevance
12
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ipa-visibility.c | 913 ( TODO_remove_functions | TODO_dump_symtab ), /* todo_flags_finish */ 941 ( TODO_remove_functions | TODO_dump_symtab ), /* todo_flags_finish */
|
H A D | passes.c | 472 TODO_remove_functions | TODO_dump_symtab, /* todo_flags_finish */ 2050 if (flags & TODO_remove_functions) in execute_todo()
|
H A D | tree-pass.h | 236 #define TODO_remove_functions (1 << 8) macro
|
H A D | ipa-reference.c | 969 return remove_p ? TODO_remove_functions : 0; in propagate()
|
H A D | ipa-pure-const.c | 2006 return remove_p ? TODO_remove_functions : 0; in execute()
|
H A D | ipa-inline.c | 2781 return remove_functions ? TODO_remove_functions : 0; in ipa_inline()
|
H A D | ipa-icf.c | 3523 return merged_p ? TODO_remove_functions : 0; in ipa_icf_driver()
|
H A D | ipa-sra.c | 4090 ( TODO_dump_symtab | TODO_remove_functions ), /* todo_flags_finish */
|
H A D | ipa-devirt.c | 3933 return ndevirtualized || ndropped ? TODO_remove_functions : 0;
|
H A D | ipa-cp.c | 5988 ( TODO_dump_symtab | TODO_remove_functions ), /* todo_flags_finish */
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ipa-visibility.cc | 913 ( TODO_remove_functions | TODO_dump_symtab ), /* todo_flags_finish */ 941 ( TODO_remove_functions | TODO_dump_symtab ), /* todo_flags_finish */
|
H A D | tree-pass.h | 239 #define TODO_remove_functions (1 << 8) macro
|
H A D | passes.cc | 472 TODO_remove_functions | TODO_dump_symtab, /* todo_flags_finish */ 2150 if (flags & TODO_remove_functions) in execute_todo()
|
H A D | ipa-reference.cc | 976 return remove_p ? TODO_remove_functions : 0; in propagate()
|
H A D | ipa-pure-const.cc | 2103 return remove_p ? TODO_remove_functions : 0; in execute()
|
H A D | ipa-inline.cc | 2843 return remove_functions ? TODO_remove_functions : 0; in ipa_inline()
|
H A D | ipa-icf.cc | 3636 return merged_p ? TODO_remove_functions : 0; in ipa_icf_driver()
|
H A D | ipa-sra.cc | 4032 ( TODO_dump_symtab | TODO_remove_functions ), /* todo_flags_finish */
|
H A D | ipa-devirt.cc | 3957 return ndevirtualized || ndropped ? TODO_remove_functions : 0; in ipa_devirt()
|
H A D | ipa-modref.cc | 5510 return pureconst ? TODO_remove_functions : 0; in execute()
|
H A D | ipa-cp.cc | 6649 ( TODO_dump_symtab | TODO_remove_functions ), /* todo_flags_finish */
|
H A D | ChangeLog-2014 | 934 * 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 D | ChangeLog-2007 | 33378 (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 D | ChangeLog-2013 | 21141 (pass_data_ipa_inline): Remove TODO_remove_functions.
|
H A D | ChangeLog-2017 | 1038 (pass_ipa_free_fn_summary::execute): Return TODO_remove_functions
|
12