Eliminated the CompletedNodes argument to the cloneReachable* methods. This
authorChris Lattner <sabre@nondot.org>
Thu, 22 Jan 2004 16:56:13 +0000 (16:56 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 22 Jan 2004 16:56:13 +0000 (16:56 +0000)
commit2f561384fb29e2df6731262a1bc11e95303435c8
tree8b5dafc8ba174ca53f0f2c8ba5f7c48d2aaf51c5
parent93ddd7ea10c4a72fc19243c33f7dd9a99480f4a2
Eliminated the CompletedNodes argument to the cloneReachable* methods.  This
map was only used to implement a marginal GlobalsGraph optimization, and it
actually slows the analysis down (due to the overhead of keeping it), so just
eliminate it entirely.

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