Big changes. Interval*.h is now more or less finalized. IntervalPartition
authorChris Lattner <sabre@nondot.org>
Mon, 25 Jun 2001 03:54:14 +0000 (03:54 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 25 Jun 2001 03:54:14 +0000 (03:54 +0000)
commit4dd88f6fbf6dc44ceba03b34aeab458536789b98
treeede31689254f3fb9e823f94eaa24b416825cc7e2
parentd6a7b7552f5cc0a254b2faaf91451d85870ca7dd
Big changes.  Interval*.h is now more or less finalized.  IntervalPartition
is recoded to use IntervalIterators.  IntervalIterators can now maintain
their own memory or let an external entity do it.

Loop depth is a new user of IntervalPartition for calculating the loop
nesting depth of a basic block

TODO: add IntervalPartition capability to split intervals between the looping
portion and the "tail" portion.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/Interval.h
include/llvm/Analysis/IntervalIterator.h
include/llvm/Analysis/IntervalPartition.h
include/llvm/Analysis/LoopDepth.h [new file with mode: 0644]