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 34
            iconst_1
            putstatic org.graalvm.compiler.jtt.optimize.VN_Loop01.cond1:Z
         1: .line 35
            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 32
            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 38
            iload 0 /* arg */
            ifne 2
         1: .line 39
            iload 0 /* arg */
            invokestatic org.graalvm.compiler.jtt.optimize.VN_Loop01.test1:(I)I
            ireturn
         2: .line 41
      StackMap locals:
      StackMap stack:
            iload 0 /* arg */
            iconst_1
            if_icmpne 4
         3: .line 42
            iload 0 /* arg */
            invokestatic org.graalvm.compiler.jtt.optimize.VN_Loop01.test2:(I)I
            ireturn
         4: .line 44
      StackMap locals:
      StackMap stack:
            iload 0 /* arg */
            iconst_2
            if_icmpne 6
         5: .line 45
            iload 0 /* arg */
            invokestatic org.graalvm.compiler.jtt.optimize.VN_Loop01.test3:(I)I
            ireturn
         6: .line 47
      StackMap locals:
      StackMap stack:
            iload 0 /* arg */
            iconst_3
            if_icmpne 8
         7: .line 48
            iload 0 /* arg */
            invokestatic org.graalvm.compiler.jtt.optimize.VN_Loop01.test4:(I)I
            ireturn
         8: .line 50
      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 54
            iconst_3
            istore 1 /* c */
        start local 1 // int c
         1: .line 55
            iload 0 /* x */
            iload 1 /* c */
            iadd
            istore 2 /* t */
        start local 2 // int t
         2: .line 56
            goto 6
         3: .line 57
      StackMap locals: int int
      StackMap stack:
            getstatic org.graalvm.compiler.jtt.optimize.VN_Loop01.cond2:Z
            ifeq 6
         4: .line 58
            iload 0 /* x */
            iload 1 /* c */
            iadd
            istore 3 /* u */
        start local 3 // int u
         5: .line 59
            iload 2 /* t */
            iload 3 /* u */
            iadd
            ireturn
        end local 3 // int u
         6: .line 56
      StackMap locals:
      StackMap stack:
            getstatic org.graalvm.compiler.jtt.optimize.VN_Loop01.cond1:Z
            ifne 3
         7: .line 62
            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 66
            iconst_3
            istore 1 /* c */
        start local 1 // int c
         1: .line 67
            goto 6
         2: .line 68
      StackMap locals: int
      StackMap stack:
            iload 0 /* x */
            iload 1 /* c */
            iadd
            istore 2 /* t */
        start local 2 // int t
         3: .line 69
            getstatic org.graalvm.compiler.jtt.optimize.VN_Loop01.cond2:Z
            ifeq 6
         4: .line 70
            iload 0 /* x */
            iload 1 /* c */
            iadd
            istore 3 /* u */
        start local 3 // int u
         5: .line 71
            iload 2 /* t */
            iload 3 /* u */
            iadd
            ireturn
        end local 3 // int u
        end local 2 // int t
         6: .line 67
      StackMap locals:
      StackMap stack:
            getstatic org.graalvm.compiler.jtt.optimize.VN_Loop01.cond1:Z
            ifne 2
         7: .line 74
            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 78
            iconst_3
            istore 1 /* c */
        start local 1 // int c
         1: .line 79
            iload 0 /* x */
            iload 1 /* c */
            iadd
            istore 2 /* t */
        start local 2 // int t
         2: .line 80
            getstatic org.graalvm.compiler.jtt.optimize.VN_Loop01.cond1:Z
            ifeq 8
         3: .line 81
            getstatic org.graalvm.compiler.jtt.optimize.VN_Loop01.cond2:Z
            ifeq 6
         4: .line 82
            iload 0 /* x */
            iload 1 /* c */
            iadd
            istore 3 /* u */
        start local 3 // int u
         5: .line 83
            iload 2 /* t */
            iload 3 /* u */
            iadd
            ireturn
        end local 3 // int u
         6: .line 85
      StackMap locals: int int
      StackMap stack:
            iload 0 /* x */
            iload 1 /* c */
            iadd
            istore 3 /* u */
        start local 3 // int u
         7: .line 86
            iload 2 /* t */
            iload 3 /* u */
            iadd
            ireturn
        end local 3 // int u
         8: .line 88
      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 92
            iconst_3
            istore 1 /* c */
        start local 1 // int c
         1: .line 93
            iload 0 /* x */
            iload 1 /* c */
            iadd
            istore 2 /* t */
        start local 2 // int t
         2: .line 94
            getstatic org.graalvm.compiler.jtt.optimize.VN_Loop01.cond1:Z
            ifeq 8
         3: .line 95
            getstatic org.graalvm.compiler.jtt.optimize.VN_Loop01.cond2:Z
            ifne 6
         4: .line 96
            iload 0 /* x */
            iload 1 /* c */
            iadd
            istore 3 /* u */
        start local 3 // int u
         5: .line 97
            iload 2 /* t */
            iload 3 /* u */
            iadd
            ireturn
        end local 3 // int u
         6: .line 99
      StackMap locals: int int
      StackMap stack:
            iload 0 /* x */
            iload 1 /* c */
            iadd
            istore 3 /* u */
        start local 3 // int u
         7: .line 100
            iload 2 /* t */
            iload 3 /* u */
            iadd
            ireturn
        end local 3 // int u
         8: .line 102
      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 105
            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 110
            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 115
            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 120
            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 125
            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"