12 #ifndef CPROVER_GOTO_INSTRUMENT_ACCELERATE_ALL_PATHS_ENUMERATOR_H
13 #define CPROVER_GOTO_INSTRUMENT_ACCELERATE_ALL_PATHS_ENUMERATOR_H
all_paths_enumeratort(goto_programt &_goto_program, natural_loops_mutablet::natural_loopt &_loop, goto_programt::targett _loop_header)
natural_loops_mutablet::natural_loopt & loop
int backtrack(patht &path)
virtual bool next(patht &path)
void complete_path(patht &path, int succ)
goto_programt::targett loop_header
goto_programt & goto_program
bool is_looping(patht &path)
void extend_path(patht &path, goto_programt::targett t, int succ)
A generic container class for the GOTO intermediate representation of one function.
instructionst::iterator targett
A loop, specified as a set of instructions.
Compute natural loops in a goto_function.
std::list< path_nodet > patht