Package com.ensoftcorp.open.pcg.common
Interface PCG.PCGEdge
-
- Enclosing class:
- PCG
public static interface PCG.PCGEdgeDefines tags and attributes for PCG edges
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPCGBackEdgeTag applied to PCG edges that are back edges (similar to XCSG.ControlFlowBackEdge for PCGs)static java.lang.StringPCGEdgeTag applied to CFG edges that are retained in the final PCGstatic java.lang.StringPCGReentryEdgeTag applied to PCG Back edges that are reentrant
-
-
-
Field Detail
-
PCGEdge
static final java.lang.String PCGEdge
Tag applied to CFG edges that are retained in the final PCG- See Also:
- Constant Field Values
-
PCGBackEdge
static final java.lang.String PCGBackEdge
Tag applied to PCG edges that are back edges (similar to XCSG.ControlFlowBackEdge for PCGs)- See Also:
- Constant Field Values
-
PCGReentryEdge
static final java.lang.String PCGReentryEdge
Tag applied to PCG Back edges that are reentrant- See Also:
- Constant Field Values
-
-