cprover
natural_loops.h File Reference

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"
Include dependency graph for natural_loops.h:
This graph shows which files directly or indirectly include this file:

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::targettnatural_loops_mutablet
 

Functions

void show_natural_loops (const goto_functionst &goto_functions)
 

Detailed Description

Compute natural loops in a goto_function.

Definition in file natural_loops.h.

Typedef Documentation

§ natural_loops_mutablet

Function Documentation

§ show_natural_loops()

void show_natural_loops ( const goto_functionst goto_functions)