org.jikesrvm.compilers.opt.depgraph
Interface DepGraphConstants
- All Known Implementing Classes:
- DepGraphEdge, DepGraphNode
public interface DepGraphConstants
Constants used in the dependence graph
REG_TRUE
static final int REG_TRUE
- See Also:
- Constant Field Values
REG_ANTI
static final int REG_ANTI
- See Also:
- Constant Field Values
REG_OUTPUT
static final int REG_OUTPUT
- See Also:
- Constant Field Values
MEM_TRUE
static final int MEM_TRUE
- See Also:
- Constant Field Values
MEM_ANTI
static final int MEM_ANTI
- See Also:
- Constant Field Values
MEM_OUTPUT
static final int MEM_OUTPUT
- See Also:
- Constant Field Values
CONTROL
static final int CONTROL
- See Also:
- Constant Field Values
EXCEPTION_E
static final int EXCEPTION_E
- See Also:
- Constant Field Values
EXCEPTION_MS
static final int EXCEPTION_MS
- See Also:
- Constant Field Values
EXCEPTION_ML
static final int EXCEPTION_ML
- See Also:
- Constant Field Values
EXCEPTION_R
static final int EXCEPTION_R
- See Also:
- Constant Field Values
SEQ
static final int SEQ
- See Also:
- Constant Field Values
GUARD_TRUE
static final int GUARD_TRUE
- See Also:
- Constant Field Values
GUARD_ANTI
static final int GUARD_ANTI
- See Also:
- Constant Field Values
GUARD_OUTPUT
static final int GUARD_OUTPUT
- See Also:
- Constant Field Values
MEM_READS_KILL
static final int MEM_READS_KILL
- See Also:
- Constant Field Values
REG_MAY_DEF
static final int REG_MAY_DEF
- See Also:
- Constant Field Values
COMPACT
static final boolean COMPACT
- Compact redundant edges?
Set to
false
if redundant edges are desired.
- See Also:
- Constant Field Values