Remove dead code.
Remove dead code.
Dead code elimination phase.
Dead code elimination phase.
The block and index where an instruction is located
The block and index where an instruction is located
A standard phase template
A standard phase template
closures that are eliminated, populated by GenASM.
closures that are eliminated, populated by GenASM.AsmPhase.run() these class symbols won't have a .class physical file, thus shouldn't be included in InnerClasses JVM attribute, otherwise some tools get confused or slow (SI-6546)
Is this component enabled? Default is true.
Is this component enabled? Default is true.
The global environment; overridden by instantiation in Global.
The global environment; overridden by instantiation in Global.
SubComponent are added to a HashSet and two phases are the same if they have the same name
SubComponent are added to a HashSet and two phases are the same if they have the same name
True if this phase runs before all other phases.
True if this phase runs before all other phases. Usually, parser
.
True if this phase is not provided by a plug-in.
True if this phase is not provided by a plug-in.
closures that are instantiated at least once, after dead code elimination
closures that are instantiated at least once, after dead code elimination
Create a new phase
Create a new phase
The phase corresponding to this subcomponent in the current compiler run
The phase corresponding to this subcomponent in the current compiler run
The name of the phase
The name of the phase
New flags defined by the phase which are not valid before
New flags defined by the phase which are not valid before
New flags defined by the phase which are not valid until immediately after it
New flags defined by the phase which are not valid until immediately after it
Names of phases required by this component.
Names of phases required by this component. Default is Nil
.
Names of phases that must run before this phase.
Names of phases that must run before this phase.
Names of phases that must run after this phase.
Names of phases that must run after this phase. Default is Nil
.
Name of the phase that this phase must follow immediately.
Name of the phase that this phase must follow immediately.
True if this phase runs after all other phases.
True if this phase runs after all other phases. Usually, terminal
.