Class SSATransformer

  • All Implemented Interfaces:
    Transformer

    public class SSATransformer
    extends java.lang.Object
    implements Transformer
    Transform Stmt to SSA form and count local read
    • Constructor Summary

      Constructors 
      Constructor Description
      SSATransformer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void transform​(IrMethod method)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SSATransformer

        public SSATransformer()