|
cprover
|
Program Transformation. More...
Include dependency graph for remove_unreachable.cpp:Go to the source code of this file.
Functions | |
| void | remove_unreachable (goto_programt &goto_program) |
| remove unreachable code More... | |
| void | remove_unreachable (goto_functionst &goto_functions) |
| Removes unreachable instructions from all functions. More... | |
Program Transformation.
Definition in file remove_unreachable.cpp.
| void remove_unreachable | ( | goto_programt & | goto_program | ) |
remove unreachable code
Definition at line 20 of file remove_unreachable.cpp.
| void remove_unreachable | ( | goto_functionst & | goto_functions | ) |
Removes unreachable instructions from all functions.
Definition at line 64 of file remove_unreachable.cpp.