public class LoopNestTree extends java.util.TreeSet<Loop>
Constructor and Description |
---|
LoopNestTree(Body b)
Builds a loop nest tree from a method body using
LoopFinder . |
LoopNestTree(java.util.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
containsAll, retainAll, toArray, toArray, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
public LoopNestTree(Body b)
LoopFinder
.public LoopNestTree(java.util.Collection<Loop> loops)