Improve encapsulation in the Loop and LoopInfo classes by eliminating the
authorChris Lattner <sabre@nondot.org>
Thu, 8 Jan 2004 00:09:44 +0000 (00:09 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 8 Jan 2004 00:09:44 +0000 (00:09 +0000)
commit329c1c6c949d07e3fe9722ec633b4258217fd99d
tree34270cc171608437ca572bfc081ea6bab2fe0d80
parentf789d409faec2c133039d1b1a0c27f2bb7065cd8
Improve encapsulation in the Loop and LoopInfo classes by eliminating the
getSubLoops/getTopLevelLoops methods, replacing them with iterator-based
accessors.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10714 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/LoopInfo.h
lib/Analysis/LoopInfo.cpp
lib/Transforms/Scalar/IndVarSimplify.cpp
lib/Transforms/Scalar/LICM.cpp
lib/Transforms/Utils/LoopSimplify.cpp