coins.lparallel
クラス CheckLoopBody

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

public class CheckLoopBody
extends java.lang.Object

CheckLoopBody: The class which investigates whether a pointer variable, a structure object, etc. are in the LoopBody section.


フィールドの概要
protected  SymRoot symRoot
           
 
コンストラクタの概要
CheckLoopBody(LoopTable pLoopTable, LoopUtil pUtil)
          CheckLoopBody: The class which investigates whether a pointer variable, a structure object, etc. are in the LoopBody section.
 
メソッドの概要
 boolean HIR_CheckLoopBody()
          HIR_CheckLoopBody: It investigates whether a pointer variable, a structure object, etc. are in the LoopBody section.
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

symRoot

protected SymRoot symRoot
コンストラクタの詳細

CheckLoopBody

public CheckLoopBody(LoopTable pLoopTable,
                     LoopUtil pUtil)
CheckLoopBody: The class which investigates whether a pointer variable, a structure object, etc. are in the LoopBody section.

パラメータ:
pLoopTable - the table for loop
pUtil - utility for parallelization
メソッドの詳細

HIR_CheckLoopBody

public boolean HIR_CheckLoopBody()
HIR_CheckLoopBody: It investigates whether a pointer variable, a structure object, etc. are in the LoopBody section.