Abstract out the Nodes collection. Instead of providing a getNodes() method,
authorChris Lattner <sabre@nondot.org>
Sat, 7 Feb 2004 23:57:09 +0000 (23:57 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 7 Feb 2004 23:57:09 +0000 (23:57 +0000)
commite187d565207682978185624e8fcd8f2c9f31d290
tree6be71844be4bc167e600cefb0ffef2ca3ac29fa2
parentbee5ff3ae2625044b7b6361f1b5f19c793768f2a
Abstract out the Nodes collection.  Instead of providing a getNodes() method,
provide node_begin/end iterators, which are only guaranteed to be
bidirectional, not random access.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11165 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/DSGraph.h
include/llvm/Analysis/DSGraphTraits.h
include/llvm/Analysis/DataStructure/DSGraph.h
include/llvm/Analysis/DataStructure/DSGraphTraits.h