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

Packages that use WeightedOpCode
byucc.jhdl.synth   
byucc.jhdl.synth.classparse   
 

Uses of WeightedOpCode in byucc.jhdl.synth
 

Methods in byucc.jhdl.synth with parameters of type WeightedOpCode
 void GraphStack.addBranches(WeightedOpCode[] targets)
          Add branches to the CFGraph for the given WeightedOpCodes.
 

Uses of WeightedOpCode in byucc.jhdl.synth.classparse
 

Methods in byucc.jhdl.synth.classparse that return WeightedOpCode
 WeightedOpCode[] OpCodeBranch.getPossibleTargets(AttributeCode code)
           
 WeightedOpCode[] OpCodeLookupswitch.getPossibleTargets(AttributeCode code)
           
 WeightedOpCode[] OpCode.getPossibleTargets(AttributeCode code)
           
 WeightedOpCode[] OpCodeTableswitch.getPossibleTargets(AttributeCode code)
           
 



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