coins.simd
Class GenerateDag

java.lang.Object
  extended bycoins.simd.GenerateDag

class GenerateDag
extends java.lang.Object

Generate DAG (Directed Acyclic Graph)


Constructor Summary
(package private) GenerateDag(SimdEnvironment e, Function func)
          Constructor:
 
Method Summary
(package private)  void invoke(BasicBlk blk)
          Generate DAG
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenerateDag

GenerateDag(SimdEnvironment e,
            Function func)
Constructor:

Parameters:
e - The environment of the SIMD module
func - The current function
Method Detail

invoke

void invoke(BasicBlk blk)
Generate DAG

Parameters:
blk - The current basic block