1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/lib/Analysis/DataStructure
Chris Lattner 32eb8c3659 * Minor optimization: when merging nodes, merge the smaller one into the
larger one.
     * Handle the case where we are merging two nodes of different size better.

llvm-svn: 4476
2002-10-31 22:41:15 +00:00
..
BottomUpClosure.cpp The callee is not correct, and confuses the TD pass. Null it out. 2002-10-22 15:58:46 +00:00
DataStructure.cpp * Minor optimization: when merging nodes, merge the smaller one into the 2002-10-31 22:41:15 +00:00
Local.cpp Remove dead code 2002-10-31 06:52:26 +00:00
Makefile *** empty log message *** 2002-07-23 17:52:38 +00:00
Printer.cpp Fix a confusing bug that caused return value and callee pointers to not 2002-10-21 13:47:57 +00:00
Steensgaard.cpp - Make DSCallSite not inherit from std::vector. Renamed methods slightly. 2002-10-21 02:08:03 +00:00
TopDownClosure.cpp - Make sure to only keep track of mappings that the TD pass may need in the 2002-10-22 16:01:03 +00:00