1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-30 15:32:52 +01:00
llvm-mirror/lib/Analysis/DataStructure
Chris Lattner a72f3a387a 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.

llvm-svn: 10955
2004-01-22 16:56:13 +00:00
..
BottomUpClosure.cpp Minor code cleanup 2003-11-13 05:04:19 +00:00
CompleteBottomUp.cpp Trying to get the dsgraph for an external function is bad for DSA's health 2003-11-13 18:48:11 +00:00
DataStructure.cpp Eliminated the CompletedNodes argument to the cloneReachable* methods. This 2004-01-22 16:56:13 +00:00
DataStructureAA.cpp Fine-grainify namespaces for this library 2003-11-12 23:11:14 +00:00
DataStructureOpt.cpp Fine-grainify namespaces for this library 2003-11-12 23:11:14 +00:00
DataStructureStats.cpp Fine-grainify namespaces for this library 2003-11-12 23:11:14 +00:00
DSCallSiteIterator.h Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
GraphChecker.cpp Fine-grainify namespaces for this library 2003-11-12 23:11:14 +00:00
Local.cpp Do not depend on index type to determine whether it is a structure or sequential index 2003-11-25 20:19:55 +00:00
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
Printer.cpp Allow disabling of ALL printing overhead when performing timings 2004-01-22 13:42:43 +00:00
Steensgaard.cpp Fine-grainify namespaces for this library 2003-11-12 23:11:14 +00:00
TopDownClosure.cpp Eliminated the CompletedNodes argument to the cloneReachable* methods. This 2004-01-22 16:56:13 +00:00