|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompilerPass | |
---|---|
org.jruby.compiler.ir | |
org.jruby.compiler.ir.compiler_pass | |
org.jruby.compiler.ir.compiler_pass.opts |
Uses of CompilerPass in org.jruby.compiler.ir |
---|
Methods in org.jruby.compiler.ir with parameters of type CompilerPass | |
---|---|
void |
IRScope.runCompilerPass(CompilerPass opt)
Run the passed in compiler pass on this scope! |
void |
IRScopeImpl.runCompilerPass(CompilerPass p)
|
void |
IRScript.runCompilerPass(CompilerPass p)
|
void |
IRExecutionScope.runCompilerPassOnNestedScopes(CompilerPass p)
|
void |
IRModule.runCompilerPassOnNestedScopes(CompilerPass p)
|
void |
IRScopeImpl.runCompilerPassOnNestedScopes(CompilerPass p)
|
Uses of CompilerPass in org.jruby.compiler.ir.compiler_pass |
---|
Classes in org.jruby.compiler.ir.compiler_pass that implement CompilerPass | |
---|---|
class |
AddBindingInstructions
|
class |
CallSplitter
|
class |
CFG_Builder
|
class |
DominatorTreeBuilder
|
class |
InlineTest
|
class |
IR_Printer
|
class |
LinearizeCFG
|
class |
LiveVariableAnalysis
|
Uses of CompilerPass in org.jruby.compiler.ir.compiler_pass.opts |
---|
Classes in org.jruby.compiler.ir.compiler_pass.opts that implement CompilerPass | |
---|---|
class |
DeadCodeElimination
|
class |
LocalOptimizationPass
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |