|
CBMC
|
Include dependency graph for remove_unused_functions.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | remove_unused_functions (goto_functionst &, message_handlert &) |
| void | remove_unused_functions (goto_modelt &, message_handlert &) |
| void | find_used_functions (const irep_idt ¤t, goto_functionst &functions, std::set< irep_idt > &seen) |
Unused function removal
Definition in file remove_unused_functions.h.
| void find_used_functions | ( | const irep_idt & | current, |
| goto_functionst & | functions, | ||
| std::set< irep_idt > & | seen | ||
| ) |
Definition at line 57 of file remove_unused_functions.cpp.
| void remove_unused_functions | ( | goto_functionst & | , |
| message_handlert & | |||
| ) |
Definition at line 25 of file remove_unused_functions.cpp.
| void remove_unused_functions | ( | goto_modelt & | , |
| message_handlert & | |||
| ) |
Definition at line 18 of file remove_unused_functions.cpp.