|
CBMC
|
#include <iosfwd>
Include dependency graph for static_simplifier.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| bool | static_simplifier (goto_modelt &, const ai_baset &, const optionst &, message_handlert &, std::ostream &) |
| Simplifies the program using the information in the abstract domain. More... | |
| bool static_simplifier | ( | goto_modelt & | goto_model, |
| const ai_baset & | ai, | ||
| const optionst & | options, | ||
| message_handlert & | message_handler, | ||
| std::ostream & | out | ||
| ) |
Simplifies the program using the information in the abstract domain.
| goto_model | the program analyzed |
| ai | the abstract interpreter after it has been run to fix point |
| options | the parsed user options |
| message_handler | the system message handler |
| out | output stream for the simplified program |
Definition at line 29 of file static_simplifier.cpp.