llvm-6502/lib/Analysis/DataStructure
Chris Lattner 5e459dbc52 Drop references to globals who do exist in the globals graph, but are never
read or written to.  Keep track of how many times this happens.  This should
be good for deleting things like references to type information in C++ classes


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6946 91177308-0d34-0410-b5e6-96231b3b80d8
2003-06-28 22:10:58 +00:00
..
BottomUpClosure.cpp * Changes to make NodeType be private to DSNode. 2003-06-19 21:15:11 +00:00
DataStructure.cpp Avoid double negatives 2003-06-28 21:58:28 +00:00
DataStructureAA.cpp Avoid double negatives 2003-06-28 21:58:28 +00:00
DataStructureOpt.cpp Drop references to globals who do exist in the globals graph, but are never 2003-06-28 22:10:58 +00:00
DataStructureStats.cpp Implement optimization for direct function call case. This dramatically 2003-02-05 21:59:58 +00:00
IPModRef.cpp Implement optimization for direct function call case. This dramatically 2003-02-05 21:59:58 +00:00
Local.cpp * Changes to make NodeType be private to DSNode. 2003-06-19 21:15:11 +00:00
Makefile *** empty log message *** 2002-07-23 17:52:38 +00:00
MemoryDepAnalysis.cpp An explicit representation of dependence graphs, and a pass that 2002-12-08 13:26:29 +00:00
Parallelize.cpp Add new linkage types to support a real frontend 2003-04-16 20:28:45 +00:00
PgmDependenceGraph.cpp Eliminate unnecessary ->get calls that are now automatically handled. 2003-05-29 15:12:27 +00:00
Printer.cpp Remove support for the MultiObject flag, which was fundamentally broken 2003-06-22 03:03:52 +00:00
Steensgaard.cpp Adjust to implement new AA interface 2003-02-26 19:29:36 +00:00
TopDownClosure.cpp Remove support for the MultiObject flag, which was fundamentally broken 2003-06-22 03:03:52 +00:00