public class org.graalvm.compiler.phases.common.FixReadsPhase extends org.graalvm.compiler.phases.BasePhase<org.graalvm.compiler.nodes.spi.CoreProviders>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.phases.common.FixReadsPhase
  super_class: org.graalvm.compiler.phases.BasePhase
{
  private static final org.graalvm.compiler.debug.CounterKey counterStampsRegistered;
    descriptor: Lorg/graalvm/compiler/debug/CounterKey;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final org.graalvm.compiler.debug.CounterKey counterIfsKilled;
    descriptor: Lorg/graalvm/compiler/debug/CounterKey;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final org.graalvm.compiler.debug.CounterKey counterConditionalsKilled;
    descriptor: Lorg/graalvm/compiler/debug/CounterKey;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final org.graalvm.compiler.debug.CounterKey counterCanonicalizedSwitches;
    descriptor: Lorg/graalvm/compiler/debug/CounterKey;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final org.graalvm.compiler.debug.CounterKey counterConstantReplacements;
    descriptor: Lorg/graalvm/compiler/debug/CounterKey;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final org.graalvm.compiler.debug.CounterKey counterConstantInputReplacements;
    descriptor: Lorg/graalvm/compiler/debug/CounterKey;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final org.graalvm.compiler.debug.CounterKey counterBetterMergedStamps;
    descriptor: Lorg/graalvm/compiler/debug/CounterKey;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  protected boolean replaceInputsWithConstants;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  protected org.graalvm.compiler.phases.Phase schedulePhase;
    descriptor: Lorg/graalvm/compiler/phases/Phase;
    flags: (0x0004) ACC_PROTECTED

  protected org.graalvm.compiler.phases.common.CanonicalizerPhase canonicalizerPhase;
    descriptor: Lorg/graalvm/compiler/phases/common/CanonicalizerPhase;
    flags: (0x0004) ACC_PROTECTED

  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=1, locals=0, args_size=0
         0: .line 96
            ldc Lorg/graalvm/compiler/phases/common/FixReadsPhase;
            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.phases.common.FixReadsPhase.$assertionsDisabled:Z
         3: .line 98
            ldc "FixReads_StampsRegistered"
            invokestatic org.graalvm.compiler.debug.DebugContext.counter:(Ljava/lang/CharSequence;)Lorg/graalvm/compiler/debug/CounterKey;
            putstatic org.graalvm.compiler.phases.common.FixReadsPhase.counterStampsRegistered:Lorg/graalvm/compiler/debug/CounterKey;
         4: .line 99
            ldc "FixReads_KilledIfs"
            invokestatic org.graalvm.compiler.debug.DebugContext.counter:(Ljava/lang/CharSequence;)Lorg/graalvm/compiler/debug/CounterKey;
            putstatic org.graalvm.compiler.phases.common.FixReadsPhase.counterIfsKilled:Lorg/graalvm/compiler/debug/CounterKey;
         5: .line 100
            ldc "FixReads_KilledConditionals"
            invokestatic org.graalvm.compiler.debug.DebugContext.counter:(Ljava/lang/CharSequence;)Lorg/graalvm/compiler/debug/CounterKey;
            putstatic org.graalvm.compiler.phases.common.FixReadsPhase.counterConditionalsKilled:Lorg/graalvm/compiler/debug/CounterKey;
         6: .line 101
            ldc "FixReads_CanonicalizedSwitches"
            invokestatic org.graalvm.compiler.debug.DebugContext.counter:(Ljava/lang/CharSequence;)Lorg/graalvm/compiler/debug/CounterKey;
            putstatic org.graalvm.compiler.phases.common.FixReadsPhase.counterCanonicalizedSwitches:Lorg/graalvm/compiler/debug/CounterKey;
         7: .line 102
            ldc "FixReads_ConstantReplacement"
            invokestatic org.graalvm.compiler.debug.DebugContext.counter:(Ljava/lang/CharSequence;)Lorg/graalvm/compiler/debug/CounterKey;
            putstatic org.graalvm.compiler.phases.common.FixReadsPhase.counterConstantReplacements:Lorg/graalvm/compiler/debug/CounterKey;
         8: .line 103
            ldc "FixReads_ConstantInputReplacement"
            invokestatic org.graalvm.compiler.debug.DebugContext.counter:(Ljava/lang/CharSequence;)Lorg/graalvm/compiler/debug/CounterKey;
            putstatic org.graalvm.compiler.phases.common.FixReadsPhase.counterConstantInputReplacements:Lorg/graalvm/compiler/debug/CounterKey;
         9: .line 104
            ldc "FixReads_BetterMergedStamp"
            invokestatic org.graalvm.compiler.debug.DebugContext.counter:(Ljava/lang/CharSequence;)Lorg/graalvm/compiler/debug/CounterKey;
            putstatic org.graalvm.compiler.phases.common.FixReadsPhase.counterBetterMergedStamps:Lorg/graalvm/compiler/debug/CounterKey;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public float codeSizeIncrease();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.phases.common.FixReadsPhase this
         0: .line 112
            fconst_2
            freturn
        end local 0 // org.graalvm.compiler.phases.common.FixReadsPhase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/phases/common/FixReadsPhase;

  public void <init>(boolean, org.graalvm.compiler.phases.Phase, org.graalvm.compiler.phases.common.CanonicalizerPhase);
    descriptor: (ZLorg/graalvm/compiler/phases/Phase;Lorg/graalvm/compiler/phases/common/CanonicalizerPhase;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.graalvm.compiler.phases.common.FixReadsPhase this
        start local 1 // boolean replaceInputsWithConstants
        start local 2 // org.graalvm.compiler.phases.Phase schedulePhase
        start local 3 // org.graalvm.compiler.phases.common.CanonicalizerPhase canonicalizerPhase
         0: .line 608
            aload 0 /* this */
            invokespecial org.graalvm.compiler.phases.BasePhase.<init>:()V
         1: .line 609
            aload 0 /* this */
            iload 1 /* replaceInputsWithConstants */
            putfield org.graalvm.compiler.phases.common.FixReadsPhase.replaceInputsWithConstants:Z
         2: .line 610
            aload 0 /* this */
            aload 2 /* schedulePhase */
            putfield org.graalvm.compiler.phases.common.FixReadsPhase.schedulePhase:Lorg/graalvm/compiler/phases/Phase;
         3: .line 611
            aload 0 /* this */
            aload 3 /* canonicalizerPhase */
            putfield org.graalvm.compiler.phases.common.FixReadsPhase.canonicalizerPhase:Lorg/graalvm/compiler/phases/common/CanonicalizerPhase;
         4: .line 612
            return
        end local 3 // org.graalvm.compiler.phases.common.CanonicalizerPhase canonicalizerPhase
        end local 2 // org.graalvm.compiler.phases.Phase schedulePhase
        end local 1 // boolean replaceInputsWithConstants
        end local 0 // org.graalvm.compiler.phases.common.FixReadsPhase this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    5     0                        this  Lorg/graalvm/compiler/phases/common/FixReadsPhase;
            0    5     1  replaceInputsWithConstants  Z
            0    5     2               schedulePhase  Lorg/graalvm/compiler/phases/Phase;
            0    5     3          canonicalizerPhase  Lorg/graalvm/compiler/phases/common/CanonicalizerPhase;
    MethodParameters:
                            Name  Flags
      replaceInputsWithConstants  
      schedulePhase               
      canonicalizerPhase          

  protected void run(org.graalvm.compiler.nodes.StructuredGraph, org.graalvm.compiler.nodes.spi.CoreProviders);
    descriptor: (Lorg/graalvm/compiler/nodes/StructuredGraph;Lorg/graalvm/compiler/nodes/spi/CoreProviders;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=13, args_size=3
        start local 0 // org.graalvm.compiler.phases.common.FixReadsPhase this
        start local 1 // org.graalvm.compiler.nodes.StructuredGraph graph
        start local 2 // org.graalvm.compiler.nodes.spi.CoreProviders context
         0: .line 617
            getstatic org.graalvm.compiler.phases.common.FixReadsPhase.$assertionsDisabled:Z
            ifne 1
            aload 1 /* graph */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.verify:()Z
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 618
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.phases.common.FixReadsPhase.schedulePhase:Lorg/graalvm/compiler/phases/Phase;
            aload 1 /* graph */
            invokevirtual org.graalvm.compiler.phases.Phase.apply:(Lorg/graalvm/compiler/nodes/StructuredGraph;)V
         2: .line 619
            aload 1 /* graph */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.getLastSchedule:()Lorg/graalvm/compiler/nodes/StructuredGraph$ScheduleResult;
            astore 3 /* schedule */
        start local 3 // org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult schedule
         3: .line 620
            new org.graalvm.compiler.phases.common.FixReadsPhase$FixReadsClosure
            dup
            invokespecial org.graalvm.compiler.phases.common.FixReadsPhase$FixReadsClosure.<init>:()V
            astore 4 /* fixReadsClosure */
        start local 4 // org.graalvm.compiler.phases.common.FixReadsPhase$FixReadsClosure fixReadsClosure
         4: .line 621
            new org.graalvm.compiler.phases.common.util.EconomicSetNodeEventListener
            dup
            invokespecial org.graalvm.compiler.phases.common.util.EconomicSetNodeEventListener.<init>:()V
            astore 5 /* ec */
        start local 5 // org.graalvm.compiler.phases.common.util.EconomicSetNodeEventListener ec
         5: .line 622
            aconst_null
            astore 6
            aconst_null
            astore 7
         6: aload 1 /* graph */
            aload 5 /* ec */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.trackNodeEvents:(Lorg/graalvm/compiler/graph/Graph$NodeEventListener;)Lorg/graalvm/compiler/graph/Graph$NodeEventScope;
            astore 8 /* scope */
        start local 8 // org.graalvm.compiler.graph.Graph$NodeEventScope scope
         7: .line 623
            aload 3 /* schedule */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult.getCFG:()Lorg/graalvm/compiler/nodes/cfg/ControlFlowGraph;
            invokevirtual org.graalvm.compiler.nodes.cfg.ControlFlowGraph.getBlocks:()[Lorg/graalvm/compiler/nodes/cfg/Block;
            dup
            astore 12
            arraylength
            istore 11
            iconst_0
            istore 10
            goto 11
      StackMap locals: org.graalvm.compiler.phases.common.FixReadsPhase org.graalvm.compiler.nodes.StructuredGraph org.graalvm.compiler.nodes.spi.CoreProviders org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult org.graalvm.compiler.phases.common.FixReadsPhase$FixReadsClosure org.graalvm.compiler.phases.common.util.EconomicSetNodeEventListener java.lang.Throwable java.lang.Throwable org.graalvm.compiler.graph.Graph$NodeEventScope top int int org.graalvm.compiler.nodes.cfg.Block[]
      StackMap stack:
         8: aload 12
            iload 10
            aaload
            astore 9 /* block */
        start local 9 // org.graalvm.compiler.nodes.cfg.Block block
         9: .line 624
            aload 4 /* fixReadsClosure */
            aload 9 /* block */
            aload 3 /* schedule */
            invokevirtual org.graalvm.compiler.phases.common.FixReadsPhase$FixReadsClosure.processNodes:(Lorg/graalvm/compiler/nodes/cfg/Block;Lorg/graalvm/compiler/nodes/StructuredGraph$ScheduleResult;)V
        end local 9 // org.graalvm.compiler.nodes.cfg.Block block
        10: .line 623
            iinc 10 1
      StackMap locals:
      StackMap stack:
        11: iload 10
            iload 11
            if_icmplt 8
        12: .line 626
            getstatic org.graalvm.compiler.phases.common.FixReadsPhase.$assertionsDisabled:Z
            ifne 13
            aload 1 /* graph */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.verify:()Z
            ifne 13
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        13: .line 627
      StackMap locals: org.graalvm.compiler.phases.common.FixReadsPhase org.graalvm.compiler.nodes.StructuredGraph org.graalvm.compiler.nodes.spi.CoreProviders org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult org.graalvm.compiler.phases.common.FixReadsPhase$FixReadsClosure org.graalvm.compiler.phases.common.util.EconomicSetNodeEventListener java.lang.Throwable java.lang.Throwable org.graalvm.compiler.graph.Graph$NodeEventScope
      StackMap stack:
            getstatic org.graalvm.compiler.core.common.GraalOptions.RawConditionalElimination:Lorg/graalvm/compiler/options/OptionKey;
            aload 1 /* graph */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.getOptions:()Lorg/graalvm/compiler/options/OptionValues;
            invokevirtual org.graalvm.compiler.options.OptionKey.getValue:(Lorg/graalvm/compiler/options/OptionValues;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 15
        14: .line 628
            aload 3 /* schedule */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult.getCFG:()Lorg/graalvm/compiler/nodes/cfg/ControlFlowGraph;
            aload 0 /* this */
            aload 1 /* graph */
            aload 3 /* schedule */
            aload 2 /* context */
            invokevirtual org.graalvm.compiler.phases.common.FixReadsPhase.createVisitor:(Lorg/graalvm/compiler/nodes/StructuredGraph;Lorg/graalvm/compiler/nodes/StructuredGraph$ScheduleResult;Lorg/graalvm/compiler/nodes/spi/CoreProviders;)Lorg/graalvm/compiler/nodes/cfg/ControlFlowGraph$RecursiveVisitor;
            iconst_0
            invokevirtual org.graalvm.compiler.nodes.cfg.ControlFlowGraph.visitDominatorTree:(Lorg/graalvm/compiler/nodes/cfg/ControlFlowGraph$RecursiveVisitor;Z)V
        15: .line 631
      StackMap locals:
      StackMap stack:
            aload 8 /* scope */
            ifnull 21
            aload 8 /* scope */
            invokevirtual org.graalvm.compiler.graph.Graph$NodeEventScope.close:()V
            goto 21
      StackMap locals:
      StackMap stack: java.lang.Throwable
        16: astore 6
            aload 8 /* scope */
            ifnull 17
            aload 8 /* scope */
            invokevirtual org.graalvm.compiler.graph.Graph$NodeEventScope.close:()V
        end local 8 // org.graalvm.compiler.graph.Graph$NodeEventScope scope
      StackMap locals:
      StackMap stack:
        17: aload 6
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        18: astore 7
            aload 6
            ifnonnull 19
            aload 7
            astore 6
            goto 20
      StackMap locals:
      StackMap stack:
        19: aload 6
            aload 7
            if_acmpeq 20
            aload 6
            aload 7
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        20: aload 6
            athrow
        21: .line 632
      StackMap locals:
      StackMap stack:
            aload 1 /* graph */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.setAfterFixReadPhase:()V
        22: .line 633
            aload 5 /* ec */
            invokevirtual org.graalvm.compiler.phases.common.util.EconomicSetNodeEventListener.getNodes:()Lorg/graalvm/collections/EconomicSet;
            invokeinterface org.graalvm.collections.EconomicSet.isEmpty:()Z
            ifne 24
        23: .line 634
            aload 0 /* this */
            getfield org.graalvm.compiler.phases.common.FixReadsPhase.canonicalizerPhase:Lorg/graalvm/compiler/phases/common/CanonicalizerPhase;
            aload 1 /* graph */
            aload 2 /* context */
            aload 5 /* ec */
            invokevirtual org.graalvm.compiler.phases.common.util.EconomicSetNodeEventListener.getNodes:()Lorg/graalvm/collections/EconomicSet;
            invokevirtual org.graalvm.compiler.phases.common.CanonicalizerPhase.applyIncremental:(Lorg/graalvm/compiler/nodes/StructuredGraph;Lorg/graalvm/compiler/nodes/spi/CoreProviders;Ljava/lang/Iterable;)V
        24: .line 636
      StackMap locals:
      StackMap stack:
            return
        end local 5 // org.graalvm.compiler.phases.common.util.EconomicSetNodeEventListener ec
        end local 4 // org.graalvm.compiler.phases.common.FixReadsPhase$FixReadsClosure fixReadsClosure
        end local 3 // org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult schedule
        end local 2 // org.graalvm.compiler.nodes.spi.CoreProviders context
        end local 1 // org.graalvm.compiler.nodes.StructuredGraph graph
        end local 0 // org.graalvm.compiler.phases.common.FixReadsPhase this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   25     0             this  Lorg/graalvm/compiler/phases/common/FixReadsPhase;
            0   25     1            graph  Lorg/graalvm/compiler/nodes/StructuredGraph;
            0   25     2          context  Lorg/graalvm/compiler/nodes/spi/CoreProviders;
            3   25     3         schedule  Lorg/graalvm/compiler/nodes/StructuredGraph$ScheduleResult;
            4   25     4  fixReadsClosure  Lorg/graalvm/compiler/phases/common/FixReadsPhase$FixReadsClosure;
            5   25     5               ec  Lorg/graalvm/compiler/phases/common/util/EconomicSetNodeEventListener;
            7   17     8            scope  Lorg/graalvm/compiler/graph/Graph$NodeEventScope;
            9   10     9            block  Lorg/graalvm/compiler/nodes/cfg/Block;
      Exception table:
        from    to  target  type
           7    15      16  any
           6    18      18  any
    MethodParameters:
         Name  Flags
      graph    
      context  

  protected org.graalvm.compiler.nodes.cfg.ControlFlowGraph$RecursiveVisitor<?> createVisitor(org.graalvm.compiler.nodes.StructuredGraph, org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult, org.graalvm.compiler.nodes.spi.CoreProviders);
    descriptor: (Lorg/graalvm/compiler/nodes/StructuredGraph;Lorg/graalvm/compiler/nodes/StructuredGraph$ScheduleResult;Lorg/graalvm/compiler/nodes/spi/CoreProviders;)Lorg/graalvm/compiler/nodes/cfg/ControlFlowGraph$RecursiveVisitor;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // org.graalvm.compiler.phases.common.FixReadsPhase this
        start local 1 // org.graalvm.compiler.nodes.StructuredGraph graph
        start local 2 // org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult schedule
        start local 3 // org.graalvm.compiler.nodes.spi.CoreProviders context
         0: .line 663
            new org.graalvm.compiler.phases.common.FixReadsPhase$RawConditionalEliminationVisitor
            dup
            aload 1 /* graph */
            aload 2 /* schedule */
            aload 3 /* context */
            invokeinterface org.graalvm.compiler.nodes.spi.CoreProviders.getMetaAccess:()Ljdk/vm/ci/meta/MetaAccessProvider;
            aload 0 /* this */
            getfield org.graalvm.compiler.phases.common.FixReadsPhase.replaceInputsWithConstants:Z
            invokespecial org.graalvm.compiler.phases.common.FixReadsPhase$RawConditionalEliminationVisitor.<init>:(Lorg/graalvm/compiler/nodes/StructuredGraph;Lorg/graalvm/compiler/nodes/StructuredGraph$ScheduleResult;Ljdk/vm/ci/meta/MetaAccessProvider;Z)V
            areturn
        end local 3 // org.graalvm.compiler.nodes.spi.CoreProviders context
        end local 2 // org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult schedule
        end local 1 // org.graalvm.compiler.nodes.StructuredGraph graph
        end local 0 // org.graalvm.compiler.phases.common.FixReadsPhase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/graalvm/compiler/phases/common/FixReadsPhase;
            0    1     1     graph  Lorg/graalvm/compiler/nodes/StructuredGraph;
            0    1     2  schedule  Lorg/graalvm/compiler/nodes/StructuredGraph$ScheduleResult;
            0    1     3   context  Lorg/graalvm/compiler/nodes/spi/CoreProviders;
    Signature: (Lorg/graalvm/compiler/nodes/StructuredGraph;Lorg/graalvm/compiler/nodes/StructuredGraph$ScheduleResult;Lorg/graalvm/compiler/nodes/spi/CoreProviders;)Lorg/graalvm/compiler/nodes/cfg/ControlFlowGraph$RecursiveVisitor<*>;
    MethodParameters:
          Name  Flags
      graph     
      schedule  
      context   

  public void setReplaceInputsWithConstants(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.phases.common.FixReadsPhase this
        start local 1 // boolean replaceInputsWithConstants
         0: .line 697
            aload 0 /* this */
            iload 1 /* replaceInputsWithConstants */
            putfield org.graalvm.compiler.phases.common.FixReadsPhase.replaceInputsWithConstants:Z
         1: .line 698
            return
        end local 1 // boolean replaceInputsWithConstants
        end local 0 // org.graalvm.compiler.phases.common.FixReadsPhase this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    2     0                        this  Lorg/graalvm/compiler/phases/common/FixReadsPhase;
            0    2     1  replaceInputsWithConstants  Z
    MethodParameters:
                            Name  Flags
      replaceInputsWithConstants  

  protected void run(org.graalvm.compiler.nodes.StructuredGraph, java.lang.Object);
    descriptor: (Lorg/graalvm/compiler/nodes/StructuredGraph;Ljava/lang/Object;)V
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast org.graalvm.compiler.nodes.spi.CoreProviders
            invokevirtual org.graalvm.compiler.phases.common.FixReadsPhase.run:(Lorg/graalvm/compiler/nodes/StructuredGraph;Lorg/graalvm/compiler/nodes/spi/CoreProviders;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lorg/graalvm/compiler/phases/BasePhase<Lorg/graalvm/compiler/nodes/spi/CoreProviders;>;
SourceFile: "FixReadsPhase.java"
NestMembers:
  org.graalvm.compiler.phases.common.FixReadsPhase$FixReadsClosure  org.graalvm.compiler.phases.common.FixReadsPhase$RawCEPhase  org.graalvm.compiler.phases.common.FixReadsPhase$RawConditionalEliminationVisitor  org.graalvm.compiler.phases.common.FixReadsPhase$RawConditionalEliminationVisitor$RawCanonicalizerTool  org.graalvm.compiler.phases.common.FixReadsPhase$StampElement
InnerClasses:
  public abstract NodeEventListener = org.graalvm.compiler.graph.Graph$NodeEventListener of org.graalvm.compiler.graph.Graph
  public final NodeEventScope = org.graalvm.compiler.graph.Graph$NodeEventScope of org.graalvm.compiler.graph.Graph
  public ScheduleResult = org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult of org.graalvm.compiler.nodes.StructuredGraph
  public abstract RecursiveVisitor = org.graalvm.compiler.nodes.cfg.ControlFlowGraph$RecursiveVisitor of org.graalvm.compiler.nodes.cfg.ControlFlowGraph
  private FixReadsClosure = org.graalvm.compiler.phases.common.FixReadsPhase$FixReadsClosure of org.graalvm.compiler.phases.common.FixReadsPhase
  public RawCEPhase = org.graalvm.compiler.phases.common.FixReadsPhase$RawCEPhase of org.graalvm.compiler.phases.common.FixReadsPhase
  public RawConditionalEliminationVisitor = org.graalvm.compiler.phases.common.FixReadsPhase$RawConditionalEliminationVisitor of org.graalvm.compiler.phases.common.FixReadsPhase
  protected final StampElement = org.graalvm.compiler.phases.common.FixReadsPhase$StampElement of org.graalvm.compiler.phases.common.FixReadsPhase