coins.simd
クラス GenerateDag

java.lang.Object
  |
  +--coins.simd.GenerateDag

class GenerateDag
extends java.lang.Object

Generate DAG (Directed Acyclic Graph)


コンストラクタの概要
(パッケージプライベート) GenerateDag(SimdEnvironment e, Function func)
          Constructor:
 
メソッドの概要
(パッケージプライベート)  void invoke(BasicBlk blk)
          Generate DAG
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

GenerateDag

GenerateDag(SimdEnvironment e,
            Function func)
Constructor:

パラメータ:
e - The environment of the SIMD module
func - The current function
メソッドの詳細

invoke

void invoke(BasicBlk blk)
Generate DAG

パラメータ:
blk - The current basic block