public class LocalOptimizationPass extends CompilerPass
NO_DEPENDENCIES| Constructor and Description |
|---|
LocalOptimizationPass() |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(IRScope s,
Object... data)
Meat of an individual pass.
|
String |
getLabel()
What is the user-friendly name of this compiler pass
|
static void |
runLocalOptsOnInstrList(IRScope s,
ListIterator<Instr> instrs,
boolean preCFG) |
createPassInstance, createPassInstance, equals, getDependencies, getPassesFromString, hashCode, invalidate, previouslyRun, run, run, runpublic String getLabel()
CompilerPassgetLabel in class CompilerPasspublic Object execute(IRScope s, Object... data)
CompilerPassexecute in class CompilerPasss - is the scope to run this pass ondata - is the data supplied to this pass to use to execute the passpublic static void runLocalOptsOnInstrList(IRScope s, ListIterator<Instr> instrs, boolean preCFG)
Copyright © 2001-2015 JRuby. All Rights Reserved.