moved firmext code into the backend dir
[libfirm] / ir / be / grgen / ana_vs.h
1 /*
2  * Project:     libFIRM/extension module/graph rewriting system
3  * File name:   ext/grs/ana_vs.h
4  * Purpose:             provides an interface for getting a v-structure based analyzer
5  *
6  * Author:      Veit Batz
7  * Created:             22. June 2005
8  * CVS-ID:      $Id$
9  * Copyright:   (c) 2005 Universität Karlsruhe
10  * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
11  */
12
13 /**
14  * @file        ext/grs/ana_vs.h
15  * @brief       provides an interface for getting a v-structure based analyzer
16  */
17
18 #ifndef _EXT_GRS_ANA_VS_H_
19 #define _EXT_GRS_ANA_VS_H_
20
21
22
23
24 #include "analyze.h"
25
26
27
28 /** yields an analyzer perorming a strong v structure statistic */
29 ext_grs_analyzer_t *ext_grs_get_vs_analyzer(void);
30
31
32
33
34 #endif /*_EXT_GRS_ANA_VS_H_*/