public abstract class org.graalvm.compiler.lir.phases.LIRPhase<C>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.graalvm.compiler.lir.phases.LIRPhase
  super_class: java.lang.Object
{
  private final org.graalvm.compiler.debug.TimerKey timer;
    descriptor: Lorg/graalvm/compiler/debug/TimerKey;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.graalvm.compiler.debug.MemUseTrackerKey memUseTracker;
    descriptor: Lorg/graalvm/compiler/debug/MemUseTrackerKey;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public static final java.lang.ClassValue<org.graalvm.compiler.lir.phases.LIRPhase$LIRPhaseStatistics> statisticsClassValue;
    descriptor: Ljava/lang/ClassValue;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Ljava/lang/ClassValue<Lorg/graalvm/compiler/lir/phases/LIRPhase$LIRPhaseStatistics;>;

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 46
            ldc Lorg/graalvm/compiler/lir/phases/LIRPhase;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.graalvm.compiler.lir.phases.LIRPhase.$assertionsDisabled:Z
         3: .line 82
            new org.graalvm.compiler.lir.phases.LIRPhase$1
            dup
            invokespecial org.graalvm.compiler.lir.phases.LIRPhase$1.<init>:()V
            putstatic org.graalvm.compiler.lir.phases.LIRPhase.statisticsClassValue:Ljava/lang/ClassValue;
         4: .line 87
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static org.graalvm.compiler.lir.phases.LIRPhase$LIRPhaseStatistics getLIRPhaseStatistics(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Lorg/graalvm/compiler/lir/phases/LIRPhase$LIRPhaseStatistics;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Class c
         0: .line 90
            getstatic org.graalvm.compiler.lir.phases.LIRPhase.statisticsClassValue:Ljava/lang/ClassValue;
            aload 0 /* c */
            invokevirtual java.lang.ClassValue.get:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast org.graalvm.compiler.lir.phases.LIRPhase$LIRPhaseStatistics
            areturn
        end local 0 // java.lang.Class c
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     c  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)Lorg/graalvm/compiler/lir/phases/LIRPhase$LIRPhaseStatistics;
    MethodParameters:
      Name  Flags
      c     

  private static boolean checkName(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // java.lang.CharSequence name
         0: .line 99
            getstatic org.graalvm.compiler.lir.phases.LIRPhase.$assertionsDisabled:Z
            ifne 1
            aload 0 /* name */
            ifnull 1
            getstatic org.graalvm.compiler.lir.phases.LIRPhase$NamePatternHolder.NAME_PATTERN:Ljava/util/regex/Pattern;
            aload 0 /* name */
            invokevirtual java.util.regex.Pattern.matcher:(Ljava/lang/CharSequence;)Ljava/util/regex/Matcher;
            invokevirtual java.util.regex.Matcher.matches:()Z
            ifne 1
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "illegal phase name: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* name */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         1: .line 100
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 0 // java.lang.CharSequence name
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  name  Ljava/lang/CharSequence;
    MethodParameters:
      Name  Flags
      name  

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.graalvm.compiler.lir.phases.LIRPhase this
         0: .line 103
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 104
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokestatic org.graalvm.compiler.lir.phases.LIRPhase.getLIRPhaseStatistics:(Ljava/lang/Class;)Lorg/graalvm/compiler/lir/phases/LIRPhase$LIRPhaseStatistics;
            astore 1 /* statistics */
        start local 1 // org.graalvm.compiler.lir.phases.LIRPhase$LIRPhaseStatistics statistics
         2: .line 105
            aload 0 /* this */
            aload 1 /* statistics */
            getfield org.graalvm.compiler.lir.phases.LIRPhase$LIRPhaseStatistics.timer:Lorg/graalvm/compiler/debug/TimerKey;
            putfield org.graalvm.compiler.lir.phases.LIRPhase.timer:Lorg/graalvm/compiler/debug/TimerKey;
         3: .line 106
            aload 0 /* this */
            aload 1 /* statistics */
            getfield org.graalvm.compiler.lir.phases.LIRPhase$LIRPhaseStatistics.memUseTracker:Lorg/graalvm/compiler/debug/MemUseTrackerKey;
            putfield org.graalvm.compiler.lir.phases.LIRPhase.memUseTracker:Lorg/graalvm/compiler/debug/MemUseTrackerKey;
         4: .line 107
            return
        end local 1 // org.graalvm.compiler.lir.phases.LIRPhase$LIRPhaseStatistics statistics
        end local 0 // org.graalvm.compiler.lir.phases.LIRPhase this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/graalvm/compiler/lir/phases/LIRPhase<TC;>;
            2    5     1  statistics  Lorg/graalvm/compiler/lir/phases/LIRPhase$LIRPhaseStatistics;

  public final void apply(jdk.vm.ci.code.TargetDescription, org.graalvm.compiler.lir.gen.LIRGenerationResult, );
    descriptor: (Ljdk/vm/ci/code/TargetDescription;Lorg/graalvm/compiler/lir/gen/LIRGenerationResult;Ljava/lang/Object;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.graalvm.compiler.lir.phases.LIRPhase this
        start local 1 // jdk.vm.ci.code.TargetDescription target
        start local 2 // org.graalvm.compiler.lir.gen.LIRGenerationResult lirGenRes
        start local 3 // java.lang.Object context
         0: .line 110
            aload 0 /* this */
            aload 1 /* target */
            aload 2 /* lirGenRes */
            aload 3 /* context */
            iconst_1
            invokevirtual org.graalvm.compiler.lir.phases.LIRPhase.apply:(Ljdk/vm/ci/code/TargetDescription;Lorg/graalvm/compiler/lir/gen/LIRGenerationResult;Ljava/lang/Object;Z)V
         1: .line 111
            return
        end local 3 // java.lang.Object context
        end local 2 // org.graalvm.compiler.lir.gen.LIRGenerationResult lirGenRes
        end local 1 // jdk.vm.ci.code.TargetDescription target
        end local 0 // org.graalvm.compiler.lir.phases.LIRPhase this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/graalvm/compiler/lir/phases/LIRPhase<TC;>;
            0    2     1     target  Ljdk/vm/ci/code/TargetDescription;
            0    2     2  lirGenRes  Lorg/graalvm/compiler/lir/gen/LIRGenerationResult;
            0    2     3    context  TC;
    Signature: (Ljdk/vm/ci/code/TargetDescription;Lorg/graalvm/compiler/lir/gen/LIRGenerationResult;TC;)V
    MethodParameters:
           Name  Flags
      target     
      lirGenRes  
      context    

  public final void apply(jdk.vm.ci.code.TargetDescription, org.graalvm.compiler.lir.gen.LIRGenerationResult, C, );
    descriptor: (Ljdk/vm/ci/code/TargetDescription;Lorg/graalvm/compiler/lir/gen/LIRGenerationResult;Ljava/lang/Object;Z)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=15, args_size=5
        start local 0 // org.graalvm.compiler.lir.phases.LIRPhase this
        start local 1 // jdk.vm.ci.code.TargetDescription target
        start local 2 // org.graalvm.compiler.lir.gen.LIRGenerationResult lirGenRes
        start local 3 // java.lang.Object context
        start local 4 // boolean dumpLIR
         0: .line 115
            aload 2 /* lirGenRes */
            invokevirtual org.graalvm.compiler.lir.gen.LIRGenerationResult.getLIR:()Lorg/graalvm/compiler/lir/LIR;
            invokevirtual org.graalvm.compiler.lir.LIR.getDebug:()Lorg/graalvm/compiler/debug/DebugContext;
            astore 5 /* debug */
        start local 5 // org.graalvm.compiler.debug.DebugContext debug
         1: .line 116
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.lir.phases.LIRPhase.getName:()Ljava/lang/CharSequence;
            astore 6 /* name */
        start local 6 // java.lang.CharSequence name
         2: .line 117
            aconst_null
            astore 7
            aconst_null
            astore 8
         3: aload 5 /* debug */
            aload 6 /* name */
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.debug.DebugContext.scope:(Ljava/lang/Object;Ljava/lang/Object;)Lorg/graalvm/compiler/debug/DebugContext$Scope;
            astore 9 /* s */
        start local 9 // org.graalvm.compiler.debug.DebugContext$Scope s
         4: .line 118
            aconst_null
            astore 10
            aconst_null
            astore 11
         5: aload 5 /* debug */
            aload 6 /* name */
            invokevirtual org.graalvm.compiler.debug.DebugContext.enterCompilerPhase:(Ljava/lang/CharSequence;)Lorg/graalvm/compiler/debug/DebugContext$CompilerPhaseScope;
            astore 12 /* cps */
        start local 12 // org.graalvm.compiler.debug.DebugContext$CompilerPhaseScope cps
         6: .line 119
            aload 0 /* this */
            getfield org.graalvm.compiler.lir.phases.LIRPhase.timer:Lorg/graalvm/compiler/debug/TimerKey;
            aload 5 /* debug */
            invokeinterface org.graalvm.compiler.debug.TimerKey.start:(Lorg/graalvm/compiler/debug/DebugContext;)Lorg/graalvm/compiler/debug/DebugCloseable;
            astore 13 /* a */
        start local 13 // org.graalvm.compiler.debug.DebugCloseable a
         7: .line 120
            aload 0 /* this */
            getfield org.graalvm.compiler.lir.phases.LIRPhase.memUseTracker:Lorg/graalvm/compiler/debug/MemUseTrackerKey;
            aload 5 /* debug */
            invokeinterface org.graalvm.compiler.debug.MemUseTrackerKey.start:(Lorg/graalvm/compiler/debug/DebugContext;)Lorg/graalvm/compiler/debug/DebugCloseable;
            astore 14 /* c */
        start local 14 // org.graalvm.compiler.debug.DebugCloseable c
         8: .line 121
            aload 0 /* this */
            aload 1 /* target */
            aload 2 /* lirGenRes */
            aload 3 /* context */
            invokevirtual org.graalvm.compiler.lir.phases.LIRPhase.run:(Ljdk/vm/ci/code/TargetDescription;Lorg/graalvm/compiler/lir/gen/LIRGenerationResult;Ljava/lang/Object;)V
         9: .line 122
            iload 4 /* dumpLIR */
            ifeq 11
            aload 5 /* debug */
            invokevirtual org.graalvm.compiler.debug.DebugContext.areScopesEnabled:()Z
            ifeq 11
        10: .line 123
            aload 0 /* this */
            aload 2 /* lirGenRes */
            invokevirtual org.graalvm.compiler.lir.phases.LIRPhase.dumpAfter:(Lorg/graalvm/compiler/lir/gen/LIRGenerationResult;)V
        11: .line 125
      StackMap locals: org.graalvm.compiler.lir.phases.LIRPhase jdk.vm.ci.code.TargetDescription org.graalvm.compiler.lir.gen.LIRGenerationResult java.lang.Object int org.graalvm.compiler.debug.DebugContext java.lang.CharSequence java.lang.Throwable java.lang.Throwable org.graalvm.compiler.debug.DebugContext$Scope java.lang.Throwable java.lang.Throwable org.graalvm.compiler.debug.DebugContext$CompilerPhaseScope org.graalvm.compiler.debug.DebugCloseable org.graalvm.compiler.debug.DebugCloseable
      StackMap stack:
            aload 14 /* c */
            ifnull 14
            aload 14 /* c */
            invokeinterface org.graalvm.compiler.debug.DebugCloseable.close:()V
            goto 14
      StackMap locals:
      StackMap stack: java.lang.Throwable
        12: astore 10
            aload 14 /* c */
            ifnull 13
            aload 14 /* c */
            invokeinterface org.graalvm.compiler.debug.DebugCloseable.close:()V
        end local 14 // org.graalvm.compiler.debug.DebugCloseable c
      StackMap locals:
      StackMap stack:
        13: aload 10
            athrow
      StackMap locals:
      StackMap stack:
        14: aload 13 /* a */
            ifnull 19
            aload 13 /* a */
            invokeinterface org.graalvm.compiler.debug.DebugCloseable.close:()V
            goto 19
      StackMap locals:
      StackMap stack: java.lang.Throwable
        15: astore 11
            aload 10
            ifnonnull 16
            aload 11
            astore 10
            goto 17
      StackMap locals:
      StackMap stack:
        16: aload 10
            aload 11
            if_acmpeq 17
            aload 10
            aload 11
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        17: aload 13 /* a */
            ifnull 18
            aload 13 /* a */
            invokeinterface org.graalvm.compiler.debug.DebugCloseable.close:()V
        end local 13 // org.graalvm.compiler.debug.DebugCloseable a
      StackMap locals:
      StackMap stack:
        18: aload 10
            athrow
      StackMap locals:
      StackMap stack:
        19: aload 12 /* cps */
            ifnull 27
            aload 12 /* cps */
            invokeinterface org.graalvm.compiler.debug.DebugContext$CompilerPhaseScope.close:()V
            goto 27
      StackMap locals:
      StackMap stack: java.lang.Throwable
        20: astore 11
            aload 10
            ifnonnull 21
            aload 11
            astore 10
            goto 22
      StackMap locals:
      StackMap stack:
        21: aload 10
            aload 11
            if_acmpeq 22
            aload 10
            aload 11
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        22: aload 12 /* cps */
            ifnull 23
            aload 12 /* cps */
            invokeinterface org.graalvm.compiler.debug.DebugContext$CompilerPhaseScope.close:()V
        end local 12 // org.graalvm.compiler.debug.DebugContext$CompilerPhaseScope cps
      StackMap locals:
      StackMap stack:
        23: aload 10
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        24: astore 11
            aload 10
            ifnonnull 25
            aload 11
            astore 10
            goto 26
      StackMap locals:
      StackMap stack:
        25: aload 10
            aload 11
            if_acmpeq 26
            aload 10
            aload 11
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        26: aload 10
            athrow
        27: .line 126
      StackMap locals:
      StackMap stack:
            aload 9 /* s */
            ifnull 35
            aload 9 /* s */
            invokeinterface org.graalvm.compiler.debug.DebugContext$Scope.close:()V
            goto 35
      StackMap locals:
      StackMap stack: java.lang.Throwable
        28: astore 7
            aload 9 /* s */
            ifnull 29
            aload 9 /* s */
            invokeinterface org.graalvm.compiler.debug.DebugContext$Scope.close:()V
        end local 9 // org.graalvm.compiler.debug.DebugContext$Scope s
      StackMap locals:
      StackMap stack:
        29: aload 7
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        30: astore 8
            aload 7
            ifnonnull 31
            aload 8
            astore 7
            goto 32
      StackMap locals:
      StackMap stack:
        31: aload 7
            aload 8
            if_acmpeq 32
            aload 7
            aload 8
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        32: aload 7
            athrow
      StackMap locals: org.graalvm.compiler.lir.phases.LIRPhase jdk.vm.ci.code.TargetDescription org.graalvm.compiler.lir.gen.LIRGenerationResult java.lang.Object int org.graalvm.compiler.debug.DebugContext java.lang.CharSequence
      StackMap stack: java.lang.Throwable
        33: astore 7 /* e */
        start local 7 // java.lang.Throwable e
        34: .line 127
            aload 5 /* debug */
            aload 7 /* e */
            invokevirtual org.graalvm.compiler.debug.DebugContext.handle:(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
            athrow
        end local 7 // java.lang.Throwable e
        35: .line 129
      StackMap locals:
      StackMap stack:
            return
        end local 6 // java.lang.CharSequence name
        end local 5 // org.graalvm.compiler.debug.DebugContext debug
        end local 4 // boolean dumpLIR
        end local 3 // java.lang.Object context
        end local 2 // org.graalvm.compiler.lir.gen.LIRGenerationResult lirGenRes
        end local 1 // jdk.vm.ci.code.TargetDescription target
        end local 0 // org.graalvm.compiler.lir.phases.LIRPhase this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   36     0       this  Lorg/graalvm/compiler/lir/phases/LIRPhase<TC;>;
            0   36     1     target  Ljdk/vm/ci/code/TargetDescription;
            0   36     2  lirGenRes  Lorg/graalvm/compiler/lir/gen/LIRGenerationResult;
            0   36     3    context  TC;
            0   36     4    dumpLIR  Z
            1   36     5      debug  Lorg/graalvm/compiler/debug/DebugContext;
            2   36     6       name  Ljava/lang/CharSequence;
            4   29     9          s  Lorg/graalvm/compiler/debug/DebugContext$Scope;
            6   23    12        cps  Lorg/graalvm/compiler/debug/DebugContext$CompilerPhaseScope;
            7   18    13          a  Lorg/graalvm/compiler/debug/DebugCloseable;
            8   13    14          c  Lorg/graalvm/compiler/debug/DebugCloseable;
           34   35     7          e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           8    11      12  any
           7    14      15  any
           6    19      20  any
           5    24      24  any
           4    27      28  any
           3    30      30  any
           2    33      33  Class java.lang.Throwable
    Signature: (Ljdk/vm/ci/code/TargetDescription;Lorg/graalvm/compiler/lir/gen/LIRGenerationResult;TC;Z)V
    MethodParameters:
           Name  Flags
      target     
      lirGenRes  
      context    
      dumpLIR    

  private void dumpAfter(org.graalvm.compiler.lir.gen.LIRGenerationResult);
    descriptor: (Lorg/graalvm/compiler/lir/gen/LIRGenerationResult;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.graalvm.compiler.lir.phases.LIRPhase this
        start local 1 // org.graalvm.compiler.lir.gen.LIRGenerationResult lirGenRes
         0: .line 132
            aload 0 /* this */
            instanceof org.graalvm.compiler.lir.phases.LIRPhaseSuite
            istore 2 /* isStage */
        start local 2 // boolean isStage
         1: .line 133
            iload 2 /* isStage */
            ifne 5
         2: .line 134
            aload 1 /* lirGenRes */
            invokevirtual org.graalvm.compiler.lir.gen.LIRGenerationResult.getLIR:()Lorg/graalvm/compiler/lir/LIR;
            invokevirtual org.graalvm.compiler.lir.LIR.getDebug:()Lorg/graalvm/compiler/debug/DebugContext;
            astore 3 /* debug */
        start local 3 // org.graalvm.compiler.debug.DebugContext debug
         3: .line 135
            aload 3 /* debug */
            iconst_2
            invokevirtual org.graalvm.compiler.debug.DebugContext.isDumpEnabled:(I)Z
            ifeq 5
         4: .line 136
            aload 3 /* debug */
            iconst_2
            aload 1 /* lirGenRes */
            invokevirtual org.graalvm.compiler.lir.gen.LIRGenerationResult.getLIR:()Lorg/graalvm/compiler/lir/LIR;
            ldc "After %s"
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.lir.phases.LIRPhase.getName:()Ljava/lang/CharSequence;
            invokevirtual org.graalvm.compiler.debug.DebugContext.dump:(ILjava/lang/Object;Ljava/lang/String;Ljava/lang/Object;)V
        end local 3 // org.graalvm.compiler.debug.DebugContext debug
         5: .line 139
      StackMap locals: int
      StackMap stack:
            return
        end local 2 // boolean isStage
        end local 1 // org.graalvm.compiler.lir.gen.LIRGenerationResult lirGenRes
        end local 0 // org.graalvm.compiler.lir.phases.LIRPhase this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lorg/graalvm/compiler/lir/phases/LIRPhase<TC;>;
            0    6     1  lirGenRes  Lorg/graalvm/compiler/lir/gen/LIRGenerationResult;
            1    6     2    isStage  Z
            3    5     3      debug  Lorg/graalvm/compiler/debug/DebugContext;
    MethodParameters:
           Name  Flags
      lirGenRes  

  protected abstract void run(jdk.vm.ci.code.TargetDescription, org.graalvm.compiler.lir.gen.LIRGenerationResult, );
    descriptor: (Ljdk/vm/ci/code/TargetDescription;Lorg/graalvm/compiler/lir/gen/LIRGenerationResult;Ljava/lang/Object;)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Signature: (Ljdk/vm/ci/code/TargetDescription;Lorg/graalvm/compiler/lir/gen/LIRGenerationResult;TC;)V
    MethodParameters:
           Name  Flags
      target     
      lirGenRes  
      context    

  public static java.lang.CharSequence createName(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/CharSequence;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // java.lang.Class clazz
         0: .line 144
            aload 0 /* clazz */
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            astore 1 /* className */
        start local 1 // java.lang.String className
         1: .line 145
            aload 1 /* className */
            aload 1 /* className */
            ldc "."
            invokevirtual java.lang.String.lastIndexOf:(Ljava/lang/String;)I
            iconst_1
            iadd
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            astore 2 /* s */
        start local 2 // java.lang.String s
         2: .line 146
            aload 2 /* s */
            bipush 36
            invokevirtual java.lang.String.indexOf:(I)I
            istore 3 /* innerClassPos */
        start local 3 // int innerClassPos
         3: .line 147
            iload 3 /* innerClassPos */
            ifle 5
         4: .line 149
            aload 2 /* s */
            iconst_0
            iload 3 /* innerClassPos */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 2 /* s */
         5: .line 151
      StackMap locals: java.lang.String java.lang.String int
      StackMap stack:
            aload 2 /* s */
            ldc "Phase"
            invokevirtual java.lang.String.endsWith:(Ljava/lang/String;)Z
            ifeq 7
         6: .line 152
            aload 2 /* s */
            iconst_0
            aload 2 /* s */
            invokevirtual java.lang.String.length:()I
            ldc "Phase"
            invokevirtual java.lang.String.length:()I
            isub
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 2 /* s */
         7: .line 154
      StackMap locals:
      StackMap stack:
            aload 2 /* s */
            areturn
        end local 3 // int innerClassPos
        end local 2 // java.lang.String s
        end local 1 // java.lang.String className
        end local 0 // java.lang.Class clazz
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    8     0          clazz  Ljava/lang/Class<*>;
            1    8     1      className  Ljava/lang/String;
            2    8     2              s  Ljava/lang/String;
            3    8     3  innerClassPos  I
    Signature: (Ljava/lang/Class<*>;)Ljava/lang/CharSequence;
    MethodParameters:
       Name  Flags
      clazz  

  protected java.lang.CharSequence createName();
    descriptor: ()Ljava/lang/CharSequence;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.lir.phases.LIRPhase this
         0: .line 158
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokestatic org.graalvm.compiler.lir.phases.LIRPhase.createName:(Ljava/lang/Class;)Ljava/lang/CharSequence;
            areturn
        end local 0 // org.graalvm.compiler.lir.phases.LIRPhase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/lir/phases/LIRPhase<TC;>;

  public final java.lang.CharSequence getName();
    descriptor: ()Ljava/lang/CharSequence;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.graalvm.compiler.lir.phases.LIRPhase this
         0: .line 162
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.lir.phases.LIRPhase.createName:()Ljava/lang/CharSequence;
            astore 1 /* name */
        start local 1 // java.lang.CharSequence name
         1: .line 163
            getstatic org.graalvm.compiler.lir.phases.LIRPhase.$assertionsDisabled:Z
            ifne 2
            aload 1 /* name */
            invokestatic org.graalvm.compiler.lir.phases.LIRPhase.checkName:(Ljava/lang/CharSequence;)Z
            ifne 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 164
      StackMap locals: java.lang.CharSequence
      StackMap stack:
            aload 1 /* name */
            areturn
        end local 1 // java.lang.CharSequence name
        end local 0 // org.graalvm.compiler.lir.phases.LIRPhase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/lir/phases/LIRPhase<TC;>;
            1    3     1  name  Ljava/lang/CharSequence;
}
Signature: <C:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "LIRPhase.java"
NestMembers:
  org.graalvm.compiler.lir.phases.LIRPhase$1  org.graalvm.compiler.lir.phases.LIRPhase$LIRPhaseStatistics  org.graalvm.compiler.lir.phases.LIRPhase$NamePatternHolder  org.graalvm.compiler.lir.phases.LIRPhase$Options
InnerClasses:
  public abstract CompilerPhaseScope = org.graalvm.compiler.debug.DebugContext$CompilerPhaseScope of org.graalvm.compiler.debug.DebugContext
  public abstract Scope = org.graalvm.compiler.debug.DebugContext$Scope of org.graalvm.compiler.debug.DebugContext
  org.graalvm.compiler.lir.phases.LIRPhase$1
  public final LIRPhaseStatistics = org.graalvm.compiler.lir.phases.LIRPhase$LIRPhaseStatistics of org.graalvm.compiler.lir.phases.LIRPhase
  NamePatternHolder = org.graalvm.compiler.lir.phases.LIRPhase$NamePatternHolder of org.graalvm.compiler.lir.phases.LIRPhase
  public Options = org.graalvm.compiler.lir.phases.LIRPhase$Options of org.graalvm.compiler.lir.phases.LIRPhase