|
cprover
|
Slicer. More...
#include "reachability_slicer.h"#include <stack>#include <goto-programs/remove_skip.h>#include <goto-programs/remove_unreachable.h>#include <goto-programs/cfg.h>#include "full_slicer_class.h"#include "reachability_slicer_class.h"Go to the source code of this file.
Functions | |
| void | reachability_slicer (goto_functionst &goto_functions) |
| void | reachability_slicer (goto_functionst &goto_functions, const std::list< std::string > &properties) |
Slicer.
Definition in file reachability_slicer.cpp.
| void reachability_slicer | ( | goto_functionst & | goto_functions | ) |
Definition at line 83 of file reachability_slicer.cpp.
Referenced by goto_instrument_parse_optionst::instrument_goto_program().
| void reachability_slicer | ( | goto_functionst & | goto_functions, |
| const std::list< std::string > & | properties | ||
| ) |
Definition at line 90 of file reachability_slicer.cpp.