Added support for SymConst(ofs_ent)
[libfirm] / ir / be / beschedrss.h
1 /**
2  * Interface for register saturating list scheduler
3  * as described in: Sid-Ahmed-Ali Touati
4  * Register Saturation in Superscalar and VLIW Codes
5  * @author Christian Wuerdig
6  * @date   06.09.2006
7  * @cvs-id $Id$
8  */
9 #ifndef _BESCHEDRSS_H_
10 #define _BESCHEDRSS_H_
11
12 /**
13  * Perform RSS schedule preprocessing for the given irg.
14  * @param birg  The backend irg object
15  */
16 void rss_schedule_preparation(const be_irg_t *birg);
17
18 #endif /* _BESCHEDRSS_H_ */