CBMC
|
Unused function removal. More...
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 & | 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.