public class LoopNestTree extends TreeSet<Loop>
Constructor and Description |
---|
LoopNestTree(Body b)
Builds a loop nest tree from a method body using
LoopFinder . |
LoopNestTree(Collection<Loop> loops)
Builds a loop nest tree from a mapping from loop headers to statements in the loop.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNestedLoops() |
add, addAll, ceiling, clear, clone, comparator, contains, descendingIterator, descendingSet, first, floor, headSet, headSet, higher, isEmpty, iterator, last, lower, pollFirst, pollLast, remove, size, spliterator, subSet, subSet, tailSet, tailSet
equals, hashCode, removeAll
containsAll, retainAll, toArray, toArray, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
parallelStream, removeIf, stream
public LoopNestTree(Body b)
LoopFinder
.public LoopNestTree(Collection<Loop> loops)