becopyilp: Inline struct size_red_t into struct ilp_env_t.
[libfirm] / ir / kaps / heuristical_co.h
1 /*
2  * This file is part of libFirm.
3  * Copyright (C) 2012 University of Karlsruhe.
4  */
5
6 /**
7  * @file
8  * @brief   Heuristic PBQP solver for SSA-based register allocation.
9  * @date    18.09.2009
10  * @author  Thomas Bersch
11  */
12 #ifndef KAPS_HEURISTICAL_H
13 #define KAPS_HEURISTICAL_H
14
15 #include "pbqp_t.h"
16
17 #include "plist.h"
18
19 void solve_pbqp_heuristical_co(pbqp_t *pbqp, plist_t *rpeo);
20
21 #endif /* KAPS_HEURISTICAL_H */