libFirm
Main Page
Related Pages
Modules
Data Structures
All
Data Structures
Functions
Variables
Typedefs
Enumerations
Enumerator
Groups
Pages
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 "begin.h"
16
20
typedef
enum
ir_edge_kind_t
{
21
EDGE_KIND_NORMAL
,
22
EDGE_KIND_FIRST
=
EDGE_KIND_NORMAL
,
23
EDGE_KIND_BLOCK
,
24
EDGE_KIND_LAST
=
EDGE_KIND_BLOCK
,
25
}
ir_edge_kind_t
;
26
ENUM_COUNTABLE(
ir_edge_kind_t
)
27
28
#include "end.h"
29
30
#endif
ir_edge_kind_t
ir_edge_kind_t
Supported Edge kinds.
Definition:
iredgekinds.h:20
EDGE_KIND_LAST
Definition:
iredgekinds.h:24
EDGE_KIND_NORMAL
Normal data flow edges.
Definition:
iredgekinds.h:21
EDGE_KIND_BLOCK
Block to Block control flow edges.
Definition:
iredgekinds.h:23
EDGE_KIND_FIRST
Definition:
iredgekinds.h:22
libfirm
iredgekinds.h
Generated on Tue Dec 29 2015 15:10:36 for libFirm by
1.8.6