coins.lparallel
Class CheckLoopBody

java.lang.Object
  extended bycoins.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.


Field Summary
protected  SymRoot symRoot
           
 
Constructor Summary
CheckLoopBody(LoopTable pLoopTable, LoopUtil pUtil)
          CheckLoopBody: The class which investigates whether a pointer variable, a structure object, etc.
 
Method Summary
 boolean HIR_CheckLoopBody()
          HIR_CheckLoopBody: It investigates whether a pointer variable, a structure object, etc.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

symRoot

protected SymRoot symRoot
Constructor Detail

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.

Parameters:
pLoopTable - the table for loop
pUtil - utility for parallelization
Method Detail

HIR_CheckLoopBody

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