public class DDTestWrapper
extends java.lang.Object
Constructor and Description |
---|
DDTestWrapper(DDArrayAccessInfo a1,
DDArrayAccessInfo a2,
java.util.LinkedList<Loop> loop_nest,
java.util.HashMap<Loop,LoopInfo> loopInfo)
Constructs a new test wrapper with the specified pair of array accesses
and loop information.
|
Modifier and Type | Method and Description |
---|---|
boolean |
testAccessPair(java.util.ArrayList<DependenceVector> DVset)
Accepts two access pairs, partitions their subscripts, performs
dependence testing and constructs a set of dependence vectors if
dependence exists
|
public DDTestWrapper(DDArrayAccessInfo a1, DDArrayAccessInfo a2, java.util.LinkedList<Loop> loop_nest, java.util.HashMap<Loop,LoopInfo> loopInfo)
public boolean testAccessPair(java.util.ArrayList<DependenceVector> DVset)
DVset
-