Uses of Class
byucc.jhdl.synth.CFVertex

Packages that use CFVertex
byucc.jhdl.synth   
 

Uses of CFVertex in byucc.jhdl.synth
 

Methods in byucc.jhdl.synth that return CFVertex
 CFVertex BlockIterator.getBlock()
          Return the current block.
 CFVertex ControlFlowGraph.addCFVertex(java.lang.String name)
          Add a new CFVertex to the graph.
 CFVertex ControlFlowGraph.getBlock(SynthBlock sb)
          Get a block from the graph associated with the given SynthBlock, (null if none exists)
 CFVertex ControlFlowGraph.addBlock(SynthBlock sb, DataFlowGraph dfGraph)
          Add a new block to this ControlFlowGraph associated with the given SynthBlock or return one that existed previously.
 CFVertex ControlFlowGraph.addDecision(java.lang.String name)
          Add a new decision to this ControlFlowGraph.
 

Methods in byucc.jhdl.synth with parameters of type CFVertex
 CFEdge GraphStack.addEdge(CFVertex tail, CFVertex head)
          Add an edge in the control flow graph.
 CFEdge GraphStack.addEdge(CFVertex tail, CFVertex head, java.lang.String weight)
          Add a weighted edge in the control flow graph.
 CFEdge ControlFlowGraph.addCFEdge(CFVertex tail, CFVertex head)
          Add a new CFEdge to the graph.
 CFEdge ControlFlowGraph.addCFEdge(CFVertex tail, CFVertex head, java.lang.String weight)
          Add a new CFEdge with the given weight to the graph.
 



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