Uses of Class
byucc.jhdl.synth.classparse.BasicBlock

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)
           
 



Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.