Uses of Class
org.jruby.compiler.ir.representations.CFG

Packages that use CFG
org.jruby.compiler.ir   
org.jruby.compiler.ir.dataflow   
org.jruby.compiler.ir.representations   
 

Uses of CFG in org.jruby.compiler.ir
 

Methods in org.jruby.compiler.ir that return CFG
 CFG IR_Scope.buildCFG()
           
 CFG IR_ScopeImpl.buildCFG()
           
 CFG IR_Scope.getCFG()
           
 CFG IR_ScopeImpl.getCFG()
           
 

Uses of CFG in org.jruby.compiler.ir.dataflow
 

Fields in org.jruby.compiler.ir.dataflow declared as CFG
protected  CFG DataFlowProblem._cfg
           
 

Methods in org.jruby.compiler.ir.dataflow with parameters of type CFG
 void DataFlowProblem.compute_MOP_Solution(CFG c)
           
 

Uses of CFG in org.jruby.compiler.ir.representations
 

Constructors in org.jruby.compiler.ir.representations with parameters of type CFG
BasicBlock(CFG c, Label l)
           
 



Copyright © 2002-2009 JRuby Team. All Rights Reserved.