12 #ifndef CPROVER_CPROVER_PROPAGATE_H
13 #define CPROVER_CPROVER_PROPAGATE_H
17 #include <unordered_set>
20 const std::vector<framet> &,
22 const std::unordered_set<symbol_exprt, irep_hash> &
address_taken,
30 const std::unordered_set<symbol_exprt, irep_hash> &
address_taken,
35 const std::unordered_set<symbol_exprt, irep_hash> &
address_taken,
std::unordered_set< symbol_exprt, irep_hash > address_taken(const std::vector< exprt > &src)
Base class for all expressions.
A namespacet is essentially one or two symbol tables bound together, to allow for symbol lookups in t...
Expression to hold a symbol (variable)
exprt simplify_state_expr_node(exprt, const std::unordered_set< symbol_exprt, irep_hash > &address_taken, const namespacet &)
void propagate(const std::vector< framet > &, const workt &, const std::unordered_set< symbol_exprt, irep_hash > &address_taken, bool verbose, const namespacet &, const std::function< void(const symbol_exprt &, exprt, const workt::patht &)> &propagator)
exprt simplify_state_expr(exprt, const std::unordered_set< symbol_exprt, irep_hash > &address_taken, const namespacet &)
std::vector< frame_reft > patht