12 #ifndef CPROVER_GOTO_INSTRUMENT_ACCELERATE_DISJUNCTIVE_POLYNOMIAL_ACCELERATION_H
13 #define CPROVER_GOTO_INSTRUMENT_ACCELERATE_DISJUNCTIVE_POLYNOMIAL_ACCELERATION_H
69 std::map<exprt, exprt> &values,
70 std::set<std::pair<expr_listt, exprt> > &coefficients,
94 map<goto_programt::targett, exprt, goto_programt::target_less_than>
void find_modified(const patht &path, expr_sett &modified)
goto_functionst & goto_functions
std::list< distinguish_valuest > accelerated_paths
guard_managert & guard_manager
std::list< symbol_exprt > distinguishers
bool depends_on_array(const exprt &e, exprt &array)
symbol_table_baset & symbol_table
message_handlert & message_handler
void assert_for_values(scratch_programt &program, std::map< exprt, exprt > &values, std::set< std::pair< expr_listt, exprt > > &coefficients, int num_unwindings, goto_programt &loop_body, exprt &target)
natural_loops_mutablet::natural_loopt & loop
void record_path(scratch_programt &scratch_program)
goto_programt::targett loop_header
goto_programt & goto_program
bool fit_polynomial(exprt &target, polynomialt &polynomial, patht &path)
bool accelerate(path_acceleratort &accelerator)
bool find_path(patht &path)
distinguish_mapt distinguishing_points
std::map< goto_programt::targett, exprt, goto_programt::target_less_than > distinguish_mapt
void cone_of_influence(const exprt &target, expr_sett &cone)
void find_distinguishing_points()
void build_path(scratch_programt &scratch_program, patht &path)
acceleration_utilst utils
std::map< exprt, bool > distinguish_valuest
disjunctive_polynomial_accelerationt(message_handlert &message_handler, symbol_table_baset &_symbol_table, goto_functionst &_goto_functions, goto_programt &_goto_program, natural_loops_mutablet::natural_loopt &_loop, goto_programt::targett _loop_header, guard_managert &guard_manager)
Base class for all expressions.
A collection of goto functions.
A generic container class for the GOTO intermediate representation of one function.
instructionst::iterator targett
A loop, specified as a set of instructions.
A namespacet is essentially one or two symbol tables bound together, to allow for symbol lookups in t...
The symbol table base class interface.
std::unordered_set< exprt, irep_hash > expr_sett
Compute natural loops in a goto_function.
std::list< path_nodet > patht
This is unused by this implementation of guards, but can be used by other implementations of the same...