llvm-6502/include/llvm/Analysis/DataStructure
Chris Lattner 2f561384fb 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
2004-01-22 16:56:13 +00:00
..
DataStructure.h Add methods for implementation 2003-11-13 05:05:34 +00:00
DSGraph.h Eliminated the CompletedNodes argument to the cloneReachable* methods. This 2004-01-22 16:56:13 +00:00
DSGraphTraits.h Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
DSNode.h It doesn't make sense for one side to be const, but not the other. 2004-01-22 16:08:51 +00:00
DSSupport.h It doesn't make sense for one side to be const, but not the other. 2004-01-22 16:08:51 +00:00