coins.simd
クラス ConcatBlks

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

class ConcatBlks
extends java.lang.Object

Concatenate basic blocks. This module concatenate block A and B descibed below: The basic block A has only one predecessor B. The basic block B has only one successor A. There are no branches in A and B. Also, there are no junction in A and B.


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

コンストラクタの詳細

ConcatBlks

ConcatBlks(SimdEnvironment e,
           Function func)
Constructor

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

invoke

void invoke()
Concatenate basic blocks.