Interface PCG.PCGEdge

  • Enclosing class:
    PCG

    public static interface PCG.PCGEdge
    Defines tags and attributes for PCG edges
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PCGBackEdge
      Tag applied to PCG edges that are back edges (similar to XCSG.ControlFlowBackEdge for PCGs)
      static java.lang.String PCGEdge
      Tag applied to CFG edges that are retained in the final PCG
      static java.lang.String PCGReentryEdge
      Tag 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