Searched refs:TODO_remove_functions (Results 1 - 11 of 11) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dipa-visibility.c756 ( TODO_remove_functions | TODO_dump_symtab ), /* todo_flags_finish */
784 ( TODO_remove_functions | TODO_dump_symtab ), /* todo_flags_finish */
H A Dipa-chkp.c767 return TODO_remove_functions;
H A Dipa.c868 ( TODO_remove_functions | TODO_dump_symtab ), /* todo_flags_finish */
H A Dipa-reference.c914 return remove_p ? TODO_remove_functions : 0;
H A Dtree-pass.h233 #define TODO_remove_functions (1 << 8) macro
H A Dipa-pure-const.c1635 return remove_p ? TODO_remove_functions : 0;
H A Dpasses.c2023 if (flags & TODO_remove_functions)
H A Dipa-inline.c2534 return remove_functions ? TODO_remove_functions : 0;
H A Dipa-icf.c3347 return merged_p ? TODO_remove_functions : 0;
H A Dipa-cp.c4566 ( TODO_dump_symtab | TODO_remove_functions ), /* todo_flags_finish */
H A Dipa-devirt.c3718 return ndevirtualized || ndropped ? TODO_remove_functions : 0;

Completed in 280 milliseconds