|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BasicBlock | |
byucc.jhdl.synth | |
byucc.jhdl.synth.classparse |
Uses of BasicBlock in byucc.jhdl.synth |
Subclasses of BasicBlock in byucc.jhdl.synth | |
class |
SynthBlock
A class that extends BasicBlock in the byucc.jhdl.synth.classparse package to add to it anything necessary for a synthesizable basic block. |
Methods in byucc.jhdl.synth that return BasicBlock | |
BasicBlock |
GraphStack.newBasicBlock(AttributeCode parent,
int number)
|
Uses of BasicBlock in byucc.jhdl.synth.classparse |
Methods in byucc.jhdl.synth.classparse that return BasicBlock | |
BasicBlock[] |
MethodInfo.getBasicBlocks(VirtualMachine vm)
|
BasicBlock[] |
AttributeCode.findBasicBlocks(VirtualMachine vm)
|
BasicBlock |
VirtualMachine.newBasicBlock(AttributeCode parent,
int number)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |