summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/LoopDepth.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-231-1/+1
| | | | llvm-svn: 279
* Fix nasty typoChris Lattner2001-07-201-1/+1
| | | | llvm-svn: 204
* IntervalPartition: recode to use IntervalIterator to do all the workChris Lattner2001-06-251-0/+46
LoopDepth.cpp: new file that calculates the depth of a loop, using IntervalPartitions. llvm-svn: 71
OpenPOWER on IntegriCloud