added reg pressure statitics
[libfirm] / ir / be / bestat.h
1 #ifndef _BESTAT_H_
2 #define _BESTAT_H_
3
4 #include "be_t.h"
5
6 /**
7  * Collects statistics information about register pressure.
8  * @param birg The be irg object containing the irg
9  */
10 void be_do_stat_reg_pressure(be_irg_t *birg);
11
12 #endif /* _BESTAT_H_ */