Uses of Class
org.jruby.ir.representations.CFG
Packages that use CFG
Package
Description
-
Uses of CFG in org.jruby.ir.dataflow
Methods in org.jruby.ir.dataflow that return CFG -
Uses of CFG in org.jruby.ir.interpreter
Methods in org.jruby.ir.interpreter that return CFGConstructors in org.jruby.ir.interpreter with parameters of type CFGModifierConstructorDescriptionFullInterpreterContext(IRScope scope, CFG cfg, BasicBlock[] linearizedBBList, int temporaryVariableCount, EnumSet<IRFlags> flags) -
Uses of CFG in org.jruby.ir.passes
Methods in org.jruby.ir.passes with parameters of type CFGModifier and TypeMethodDescriptionvoidDominatorTreeBuilder.buildDominatorTree(CFG cfg, LinkedList<BasicBlock> postOrderList, int maxNodeId) -
Uses of CFG in org.jruby.ir.representations
Methods in org.jruby.ir.representations that return CFGModifier and TypeMethodDescriptionClone this CFG and return a new one.Methods in org.jruby.ir.representations with parameters of type CFGModifier and TypeMethodDescriptionvoidstatic BasicBlock[]protected voidIGVCFGVisitor.visitBasicBlocks(CFG cfg) protected voidIGVCFGVisitor.visitEdges(CFG cfg) Constructors in org.jruby.ir.representations with parameters of type CFGModifierConstructorDescriptionBasicBlock(CFG cfg, Label label) IGVCFGVisitor(CFG cfg, PrintStream writer, String name) -
Uses of CFG in org.jruby.ir.transformations.inlining
Constructors in org.jruby.ir.transformations.inlining with parameters of type CFGModifierConstructorDescriptionInlineCloneInfo(CallBase call, CFG c, Variable callReceiver, IRScope scopeBeingInlined) InlineCloneInfo(CFG cfg, IRScope scope, IRScope scopeBeingInlined) -
Uses of CFG in org.jruby.ir.util
Methods in org.jruby.ir.util with parameters of type CFG