libFirm
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
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 #include "begin.h"
17 
39 FIRM_API void construct_confirms(ir_graph *irg);
40 
61 FIRM_API void construct_confirms_only(ir_graph *irg);
62 
69 FIRM_API void remove_confirms(ir_graph *irg);
70 
71 #include "end.h"
72 
73 #endif
struct ir_graph ir_graph
Procedure Graph.
Definition: firm_types.h:74