public class org.graalvm.compiler.jtt.optimize.VN_Loop01 extends org.graalvm.compiler.jtt.JTTTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.jtt.optimize.VN_Loop01
  super_class: org.graalvm.compiler.jtt.JTTTest
{
  private static boolean cond1;
    descriptor: Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static boolean cond2;
    descriptor: Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 36
            iconst_1
            putstatic org.graalvm.compiler.jtt.optimize.VN_Loop01.cond1:Z
         1: .line 37
            iconst_1
            putstatic org.graalvm.compiler.jtt.optimize.VN_Loop01.cond2:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.optimize.VN_Loop01 this
         0: .line 34
            aload 0 /* this */
            invokespecial org.graalvm.compiler.jtt.JTTTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.jtt.optimize.VN_Loop01 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/optimize/VN_Loop01;

  public static int test(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int arg
         0: .line 40
            iload 0 /* arg */
            ifne 2
         1: .line 41
            iload 0 /* arg */
            invokestatic org.graalvm.compiler.jtt.optimize.VN_Loop01.test1:(I)I
            ireturn
         2: .line 43
      StackMap locals:
      StackMap stack:
            iload 0 /* arg */
            iconst_1
            if_icmpne 4
         3: .line 44
            iload 0 /* arg */
            invokestatic org.graalvm.compiler.jtt.optimize.VN_Loop01.test2:(I)I
            ireturn
         4: .line 46
      StackMap locals:
      StackMap stack:
            iload 0 /* arg */
            iconst_2
            if_icmpne 6
         5: .line 47
            iload 0 /* arg */
            invokestatic org.graalvm.compiler.jtt.optimize.VN_Loop01.test3:(I)I
            ireturn
         6: .line 49
      StackMap locals:
      StackMap stack:
            iload 0 /* arg */
            iconst_3
            if_icmpne 8
         7: .line 50
            iload 0 /* arg */
            invokestatic org.graalvm.compiler.jtt.optimize.VN_Loop01.test4:(I)I
            ireturn
         8: .line 52
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // int arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0   arg  I
    MethodParameters:
      Name  Flags
      arg   

  public static int test1(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // int x
         0: .line 56
            iconst_3
            istore 1 /* c */
        start local 1 // int c
         1: .line 57
            iload 0 /* x */
            iload 1 /* c */
            iadd
            istore 2 /* t */
        start local 2 // int t
         2: .line 58
            goto 6
         3: .line 59
      StackMap locals: int int
      StackMap stack:
            getstatic org.graalvm.compiler.jtt.optimize.VN_Loop01.cond2:Z
            ifeq 6
         4: .line 60
            iload 0 /* x */
            iload 1 /* c */
            iadd
            istore 3 /* u */
        start local 3 // int u
         5: .line 61
            iload 2 /* t */
            iload 3 /* u */
            iadd
            ireturn
        end local 3 // int u
         6: .line 58
      StackMap locals:
      StackMap stack:
            getstatic org.graalvm.compiler.jtt.optimize.VN_Loop01.cond1:Z
            ifne 3
         7: .line 64
            iconst_3
            ireturn
        end local 2 // int t
        end local 1 // int c
        end local 0 // int x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0     x  I
            1    8     1     c  I
            2    8     2     t  I
            5    6     3     u  I
    MethodParameters:
      Name  Flags
      x     

  public static int test2(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // int x
         0: .line 68
            iconst_3
            istore 1 /* c */
        start local 1 // int c
         1: .line 69
            goto 6
         2: .line 70
      StackMap locals: int
      StackMap stack:
            iload 0 /* x */
            iload 1 /* c */
            iadd
            istore 2 /* t */
        start local 2 // int t
         3: .line 71
            getstatic org.graalvm.compiler.jtt.optimize.VN_Loop01.cond2:Z
            ifeq 6
         4: .line 72
            iload 0 /* x */
            iload 1 /* c */
            iadd
            istore 3 /* u */
        start local 3 // int u
         5: .line 73
            iload 2 /* t */
            iload 3 /* u */
            iadd
            ireturn
        end local 3 // int u
        end local 2 // int t
         6: .line 69
      StackMap locals:
      StackMap stack:
            getstatic org.graalvm.compiler.jtt.optimize.VN_Loop01.cond1:Z
            ifne 2
         7: .line 76
            iconst_3
            ireturn
        end local 1 // int c
        end local 0 // int x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0     x  I
            1    8     1     c  I
            3    6     2     t  I
            5    6     3     u  I
    MethodParameters:
      Name  Flags
      x     

  public static int test3(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // int x
         0: .line 80
            iconst_3
            istore 1 /* c */
        start local 1 // int c
         1: .line 81
            iload 0 /* x */
            iload 1 /* c */
            iadd
            istore 2 /* t */
        start local 2 // int t
         2: .line 82
            getstatic org.graalvm.compiler.jtt.optimize.VN_Loop01.cond1:Z
            ifeq 8
         3: .line 83
            getstatic org.graalvm.compiler.jtt.optimize.VN_Loop01.cond2:Z
            ifeq 6
         4: .line 84
            iload 0 /* x */
            iload 1 /* c */
            iadd
            istore 3 /* u */
        start local 3 // int u
         5: .line 85
            iload 2 /* t */
            iload 3 /* u */
            iadd
            ireturn
        end local 3 // int u
         6: .line 87
      StackMap locals: int int
      StackMap stack:
            iload 0 /* x */
            iload 1 /* c */
            iadd
            istore 3 /* u */
        start local 3 // int u
         7: .line 88
            iload 2 /* t */
            iload 3 /* u */
            iadd
            ireturn
        end local 3 // int u
         8: .line 90
      StackMap locals:
      StackMap stack:
            iconst_3
            ireturn
        end local 2 // int t
        end local 1 // int c
        end local 0 // int x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0     x  I
            1    9     1     c  I
            2    9     2     t  I
            5    6     3     u  I
            7    8     3     u  I
    MethodParameters:
      Name  Flags
      x     

  public static int test4(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // int x
         0: .line 94
            iconst_3
            istore 1 /* c */
        start local 1 // int c
         1: .line 95
            iload 0 /* x */
            iload 1 /* c */
            iadd
            istore 2 /* t */
        start local 2 // int t
         2: .line 96
            getstatic org.graalvm.compiler.jtt.optimize.VN_Loop01.cond1:Z
            ifeq 8
         3: .line 97
            getstatic org.graalvm.compiler.jtt.optimize.VN_Loop01.cond2:Z
            ifne 6
         4: .line 98
            iload 0 /* x */
            iload 1 /* c */
            iadd
            istore 3 /* u */
        start local 3 // int u
         5: .line 99
            iload 2 /* t */
            iload 3 /* u */
            iadd
            ireturn
        end local 3 // int u
         6: .line 101
      StackMap locals: int int
      StackMap stack:
            iload 0 /* x */
            iload 1 /* c */
            iadd
            istore 3 /* u */
        start local 3 // int u
         7: .line 102
            iload 2 /* t */
            iload 3 /* u */
            iadd
            ireturn
        end local 3 // int u
         8: .line 104
      StackMap locals:
      StackMap stack:
            iconst_3
            ireturn
        end local 2 // int t
        end local 1 // int c
        end local 0 // int x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0     x  I
            1    9     1     c  I
            2    9     2     t  I
            5    6     3     u  I
            7    8     3     u  I
    MethodParameters:
      Name  Flags
      x     

  public void run0();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.optimize.VN_Loop01 this
         0: .line 107
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.jtt.optimize.VN_Loop01 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/optimize/VN_Loop01;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()

  public void run1();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.optimize.VN_Loop01 this
         0: .line 112
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.jtt.optimize.VN_Loop01 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/optimize/VN_Loop01;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()

  public void run2();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.optimize.VN_Loop01 this
         0: .line 117
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.jtt.optimize.VN_Loop01 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/optimize/VN_Loop01;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()

  public void run3();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.optimize.VN_Loop01 this
         0: .line 122
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.jtt.optimize.VN_Loop01 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/optimize/VN_Loop01;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()

  public void run4();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.optimize.VN_Loop01 this
         0: .line 127
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.jtt.optimize.VN_Loop01 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/optimize/VN_Loop01;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "VN_Loop01.java"