cprover
|
Compute natural loops in a goto_function. More...
#include <stack>
#include <iosfwd>
#include <set>
#include <goto-programs/goto_program.h>
#include <goto-programs/goto_functions.h>
#include "cfg_dominators.h"
Go to the source code of this file.
Classes | |
class | natural_loops_templatet< P, T > |
class | natural_loopst |
Typedefs | |
typedef natural_loops_templatet< goto_programt, goto_programt::targett > | natural_loops_mutablet |
Functions | |
void | show_natural_loops (const goto_functionst &goto_functions) |
Compute natural loops in a goto_function.
Definition in file natural_loops.h.
Definition at line 71 of file natural_loops.h.
void show_natural_loops | ( | const goto_functionst & | goto_functions | ) |
Definition at line 16 of file natural_loops.cpp.
References forall_goto_functions, and natural_loops_templatet< P, T >::output().
Referenced by goto_instrument_parse_optionst::doit().