bepeephole: Inline be_peephole_new_node() into its only caller.
[libfirm] / ir / stat / dags.h
1 /*
2  * This file is part of libFirm.
3  * Copyright (C) 2012 University of Karlsruhe.
4  */
5
6 /**
7  * @file
8  * @brief   Statistics for Firm. DAG's in graphs.
9  * @author  Michael Beck
10  */
11 #ifndef FIRM_STAT_DAGS_H
12 #define FIRM_STAT_DAGS_H
13
14 #include "firmstat_t.h"
15 /*
16  * count the DAG's size of a graph
17  */
18 void count_dags_in_graph(graph_entry_t *global, graph_entry_t *graph);
19
20 #endif /* FIRM_STAT_DAGS_H */