libFirm
irconsconfirm.h
1 /*
2  * This file is part of libFirm.
3  * Copyright (C) 2012 University of Karlsruhe.
4  */
5 
12 #ifndef FIRM_ANA_IRCONSCONFIRM_H
13 #define FIRM_ANA_IRCONSCONFIRM_H
14 
15 #include "firm_types.h"
16 
17 #include "begin.h"
18 
40 FIRM_API void construct_confirms(ir_graph *irg);
41 
62 FIRM_API void construct_confirms_only(ir_graph *irg);
63 
70 FIRM_API void remove_confirms(ir_graph *irg);
71 
72 #include "end.h"
73 
74 #endif
struct ir_graph ir_graph
Procedure Graph.
Definition: firm_types.h:74