public final class DepGraphConstants extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
COMPACT
Compact redundant edges?
|
static int |
CONTROL |
static int |
EXCEPTION_E |
static int |
EXCEPTION_ML |
static int |
EXCEPTION_MS |
static int |
EXCEPTION_R |
static int |
GUARD_ANTI |
static int |
GUARD_OUTPUT |
static int |
GUARD_TRUE |
static int |
MEM_ANTI |
static int |
MEM_OUTPUT |
static int |
MEM_READS_KILL |
static int |
MEM_TRUE |
static int |
REG_ANTI |
static int |
REG_MAY_DEF |
static int |
REG_OUTPUT |
static int |
REG_TRUE |
static int |
SEQ |
Modifier | Constructor and Description |
---|---|
private |
DepGraphConstants() |
public static final int REG_TRUE
public static final int REG_ANTI
public static final int REG_OUTPUT
public static final int MEM_TRUE
public static final int MEM_ANTI
public static final int MEM_OUTPUT
public static final int CONTROL
public static final int EXCEPTION_E
public static final int EXCEPTION_MS
public static final int EXCEPTION_ML
public static final int EXCEPTION_R
public static final int SEQ
public static final int GUARD_TRUE
public static final int GUARD_ANTI
public static final int GUARD_OUTPUT
public static final int MEM_READS_KILL
public static final int REG_MAY_DEF
public static final boolean COMPACT
false
if redundant edges are desired.private DepGraphConstants()