llvm-6502/lib/Analysis/DataStructure
Vikram S. Adve c5204fb6f8 Complete rewrite of the code that merges DS graphs for equivalence classes
of functions called at a common call site.  The rewrite inlines the
resulting graphs bottom-up on the SCCs of the CBU call graph.  It also
simplifies the merging of equivalence classes by exploiting the fact that
functions in non-trivial SCCs are already merged.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13645 91177308-0d34-0410-b5e6-96231b3b80d8
2004-05-23 07:54:02 +00:00
..
BottomUpClosure.cpp
CompleteBottomUp.cpp
DataStructure.cpp Wrapped code and comments at 80 cols; doxygenified some comments. 2004-04-29 04:05:30 +00:00
DataStructureAA.cpp If an object is not in the scalar map then it must be a global from another 2004-04-26 14:44:08 +00:00
DataStructureOpt.cpp
DataStructureStats.cpp
DSCallSiteIterator.h
EquivClassGraphs.cpp Complete rewrite of the code that merges DS graphs for equivalence classes 2004-05-23 07:54:02 +00:00
GraphChecker.cpp
IPModRef.cpp
Local.cpp Support getelementptr instructions which use uint's to index into structure 2004-04-05 01:30:19 +00:00
Makefile
MemoryDepAnalysis.cpp Make code more readable. 2004-03-12 00:58:41 +00:00
Parallelize.cpp DemoteRegToStack got moved from DemoteRegToStack.h to Local.h 2004-03-14 02:13:38 +00:00
PgmDependenceGraph.cpp
Printer.cpp Move the stuff that fixes the size, orientation & fonts of graphs to 2004-05-05 06:10:06 +00:00
Steensgaard.cpp
TopDownClosure.cpp Wrapped code and comments at 80 cols; doxygenified some comments. 2004-04-29 04:05:30 +00:00