Uses of Class
ida.pelab.loopdistributionTool.Dependency

Packages that use Dependency
ida.pelab.loopdistributionTool   
 

Uses of Dependency in ida.pelab.loopdistributionTool
 

Methods in ida.pelab.loopdistributionTool that return types with arguments of type Dependency
 java.util.ArrayList<Dependency> ScalarDependency.getDependencyList(cetus.hir.Traversable firstNode, cetus.hir.Traversable secondNode)
           
 java.util.ArrayList<Dependency> ScalarDependency.getDependencyListInLoop(cetus.hir.Loop currentLoop)
           
 

Method parameters in ida.pelab.loopdistributionTool with type arguments of type Dependency
 void DirectedGraph.ConstructFromForLoop(cetus.hir.ForLoop loop, java.util.ArrayList<cetus.analysis.DDGraph.Arc> subscriptedDependencies, java.util.ArrayList<Dependency> scalarDependencies)