libFirm
iredgekinds.h
1 /*
2  * This file is part of libFirm.
3  * Copyright (C) 2012 University of Karlsruhe.
4  */
5 
12 #ifndef FIRM_IR_IREDGEKINDS_H
13 #define FIRM_IR_IREDGEKINDS_H
14 
15 #include "firm_types.h"
16 
17 #include "begin.h"
18 
22 typedef enum ir_edge_kind_t {
28 ENUM_COUNTABLE(ir_edge_kind_t)
29 
30 #include "end.h"
31 
32 #endif
Block to Block control flow edges.
Definition: iredgekinds.h:25
ir_edge_kind_t
Supported Edge kinds.
Definition: iredgekinds.h:22
Normal data flow edges.
Definition: iredgekinds.h:23