322a84867456b2eef3bea62ea20c0302fd874e98
[libfirm] / ir / stat / dags.h
1 /*
2  * Project:     libFIRM
3  * File name:   ir/ir/dags.h
4  * Purpose:     Statistics for Firm. DAG's in graphs.
5  * Author:      Michael Beck
6  * Created:
7  * CVS-ID:      $Id$
8  * Copyright:   (c) 2004 Universität Karlsruhe
9  * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
10  */
11 #ifndef _DAGS_H_
12 #define _DAGS_H_
13
14 #ifdef HAVE_CONFIG_H
15 # include "config.h"
16 #endif
17
18 #include "firmstat_t.h"
19
20 /*
21  * count the DAG's size of a graph
22  */
23 void count_dags_in_graph(graph_entry_t *global, graph_entry_t *graph);
24
25 #endif /* _DAGS_H_ */