hanchenye-llvm-project/llvm/lib/Analysis/DataStructure
Chris Lattner 6a4e39677e There is no need to merge the globals graph into the function graphs at the
end of the BU and CBU passes.  The globals will be marked incomplete, so it
doesn't matter if they are missing some info, and merging isn't guaranteed
to bring everything in anyway!

llvm-svn: 11684
2004-02-20 23:52:15 +00:00
..
BottomUpClosure.cpp There is no need to merge the globals graph into the function graphs at the 2004-02-20 23:52:15 +00:00
CompleteBottomUp.cpp There is no need to merge the globals graph into the function graphs at the 2004-02-20 23:52:15 +00:00
DSCallSiteIterator.h
DataStructure.cpp Adjust to the changed StructType interface. In particular, getElementTypes() is gone. 2004-02-09 04:37:31 +00:00
DataStructureAA.cpp Forward method request to chained aa implementation 2004-01-30 22:20:55 +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
GraphChecker.cpp Add two missing returns, which caused us to be very pessimistic about the 2004-02-20 23:27:09 +00:00
Local.cpp Add two missing returns, which caused us to be very pessimistic about the 2004-02-20 23:27:09 +00:00
Makefile
Printer.cpp getNodes() is gone, use node_begin/end instead 2004-02-07 23:58:05 +00:00
Steensgaard.cpp Forward method request to chained aa implementation 2004-01-30 22:20:55 +00:00
TopDownClosure.cpp Instead of callign removeTriviallyDeadNodes on the global graph every time 2004-02-08 01:51:48 +00:00