Uses of Class
ida.pelab.loopdistributionTool.DependenceType

Packages that use DependenceType
ida.pelab.loopdistributionTool   
 

Uses of DependenceType in ida.pelab.loopdistributionTool
 

Methods in ida.pelab.loopdistributionTool that return DependenceType
 DependenceType Dependency.getType()
           
static DependenceType DependenceType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DependenceType[] DependenceType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in ida.pelab.loopdistributionTool with parameters of type DependenceType
 void Dependency.setType(DependenceType type)
           
 

Constructors in ida.pelab.loopdistributionTool with parameters of type DependenceType
Dependency(cetus.hir.Traversable src, cetus.hir.Traversable srcStatement, cetus.hir.Traversable snk, cetus.hir.Traversable snkStatement, DependenceType type)