* Implement dominator based loop identification
authorChris Lattner <sabre@nondot.org>
Mon, 26 Nov 2001 18:41:20 +0000 (18:41 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 26 Nov 2001 18:41:20 +0000 (18:41 +0000)
commit0bbe58f073b4b4a6f68b3e2ee6074fc314e8d19f
treebf90ea9c259e616a9d12abf72351fe286d6bd137
parentee6826b5e3f92d2c6cc9d1d7c53bf27ca2bc4e29
* Implement dominator based loop identification
* Implement cleaner induction variable identification

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1359 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/InductionVariable.h [new file with mode: 0644]
include/llvm/Analysis/LoopInfo.h [new file with mode: 0644]
lib/Analysis/InductionVariable.cpp [new file with mode: 0644]
lib/Analysis/LoopInfo.cpp [new file with mode: 0644]