coins.lparallel
クラス ReductionCell

java.lang.Object
  |
  +--coins.lparallel.ReductionCell

public class ReductionCell
extends java.lang.Object


フィールドの概要
(パッケージプライベート)  VarNode DefVarNode
           
(パッケージプライベート)  int op
           
(パッケージプライベート)  AssignStmt stmt
           
(パッケージプライベート)  VarNode UseVarNode
           
 
コンストラクタの概要
(パッケージプライベート) ReductionCell(AssignStmt pstmt, VarNode pDefVarNode, VarNode pUseVarNode, int pop)
          ReductionCell:
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

stmt

AssignStmt stmt

DefVarNode

VarNode DefVarNode

UseVarNode

VarNode UseVarNode

op

int op
コンストラクタの詳細

ReductionCell

ReductionCell(AssignStmt pstmt,
              VarNode pDefVarNode,
              VarNode pUseVarNode,
              int pop)
ReductionCell: