cprover
|
Slicing. More...
#include "full_slicer.h"
#include "full_slicer_class.h"
#include <util/find_symbols.h>
#include <util/cprover_prefix.h>
#include <goto-programs/remove_skip.h>
Go to the source code of this file.
Functions | |
static bool | implicit (goto_programt::const_targett target) |
void | full_slicer (goto_functionst &goto_functions, const namespacet &ns, slicing_criteriont &criterion) |
void | full_slicer (goto_functionst &goto_functions, const namespacet &ns) |
void | full_slicer (goto_modelt &goto_model) |
void | property_slicer (goto_functionst &goto_functions, const namespacet &ns, const std::list< std::string > &properties) |
void | property_slicer (goto_modelt &goto_model, const std::list< std::string > &properties) |
Slicing.
Definition in file full_slicer.cpp.
void full_slicer | ( | goto_functionst & | goto_functions, |
const namespacet & | ns, | ||
slicing_criteriont & | criterion | ||
) |
Definition at line 369 of file full_slicer.cpp.
References criterion.
Referenced by goto_instrument_parse_optionst::instrument_goto_program(), jbmc_parse_optionst::process_goto_functions(), and cbmc_parse_optionst::process_goto_program().
void full_slicer | ( | goto_functionst & | goto_functions, |
const namespacet & | ns | ||
) |
Definition at line 377 of file full_slicer.cpp.
void full_slicer | ( | goto_modelt & | goto_model | ) |
Definition at line 385 of file full_slicer.cpp.
References goto_modelt::goto_functions, and goto_modelt::symbol_table.
|
static |
Definition at line 266 of file full_slicer.cpp.
References CPROVER_PREFIX, symbol_exprt::get_identifier(), irept::id(), code_assignt::lhs(), to_code_assign(), and to_symbol_expr().
Referenced by full_slicert::operator()().
void property_slicer | ( | goto_functionst & | goto_functions, |
const namespacet & | ns, | ||
const std::list< std::string > & | properties | ||
) |
Definition at line 392 of file full_slicer.cpp.
Referenced by goto_instrument_parse_optionst::instrument_goto_program(), jbmc_parse_optionst::process_goto_functions(), cbmc_parse_optionst::process_goto_program(), and property_slicer().
void property_slicer | ( | goto_modelt & | goto_model, |
const std::list< std::string > & | properties | ||
) |
Definition at line 401 of file full_slicer.cpp.
References goto_modelt::goto_functions, property_slicer(), and goto_modelt::symbol_table.