public final class DependencyIteratorExhaustive extends DependencyIterator
DependencyIteratorExhaustive
implements an exhaustive iterator of dependencies
between two memory accesses.allPossibleDependencies
Constructor and Description |
---|
DependencyIteratorExhaustive(Access access1,
Access access2) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasValue() |
void |
init() |
void |
next() |
void |
stop() |
BufferDependency |
value() |
clone
public void init()
public boolean hasValue()
public BufferDependency value()
public void next()
public void stop()