beifg: Factorise code to count interference components.
[libfirm] / ir / be / bepbqpcoloring.h
1 /*
2  * This file is part of libFirm.
3  * Copyright (C) 2012 University of Karlsruhe.
4  */
5
6 /**
7  * @file
8  * @brief       PBQP based register allocation.
9  * @author      Thomas Bersch
10  * @date        27.11.2009
11  */
12 #ifndef BEPBQPALLOC_H_
13 #define BEPBQPALLOC_H_
14
15 /**
16  * PBQP based register allocation.
17  * @param env The chordal environment.
18  */
19 void be_pbqp_coloring(be_chordal_env_t *env);
20
21 #endif /* BEPBQPALLOC_H_ */