|
CBMC
|
Include dependency graph for remove_unused_functions.cpp:Go to the source code of this file.
Functions | |
| void | remove_unused_functions (goto_modelt &goto_model, message_handlert &message_handler) |
| void | remove_unused_functions (goto_functionst &functions, message_handlert &message_handler) |
| void | find_used_functions (const irep_idt &start, goto_functionst &functions, std::set< irep_idt > &seen) |
Unused function removal
Definition in file remove_unused_functions.cpp.
| void find_used_functions | ( | const irep_idt & | start, |
| goto_functionst & | functions, | ||
| std::set< irep_idt > & | seen | ||
| ) |
Definition at line 57 of file remove_unused_functions.cpp.
| void remove_unused_functions | ( | goto_functionst & | functions, |
| message_handlert & | message_handler | ||
| ) |
Definition at line 25 of file remove_unused_functions.cpp.
| void remove_unused_functions | ( | goto_modelt & | goto_model, |
| message_handlert & | message_handler | ||
| ) |
Definition at line 18 of file remove_unused_functions.cpp.