| Package | Description |
|---|---|
| cetus.analysis |
| 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.
|
OmegaTest(DDArrayAccessInfo a1,
DDArrayAccessInfo a2,
java.util.LinkedList<Loop> common_enclosing_loops,
java.util.HashMap<Loop,LoopInfo> loopInfo) |
SubscriptPair(Expression s1,
Expression s2,
Statement st1,
Statement st2,
java.util.LinkedList<Loop> nest,
java.util.HashMap<Loop,LoopInfo> loopinfo)
Constructs a new subscript pair with the given pairs of expressions,
statements, and the loop nest information.
|