e5010070b5da9a2a724ab0dcf3f6693b1074bf21
[libfirm] / ir / be / phistat.h
1 /**
2  * @author Daniel Grund
3  * @date 09.12.2004
4  */
5
6 #ifndef _PHISTAT_H
7 #define _PHISTAT_H
8
9 #include "pset.h"
10 #include "irgraph.h"
11
12 void phi_stat_reset(void);
13 void phi_stat_collect(ir_graph *irg, pset *all_phi_nodes, pset *all_phi_classes);
14 void phi_stat_dump(char *filename, char *cum_filename);
15 void phi_stat_dump_pretty(char *filename);
16
17 #endif