1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 14:32:51 +01:00
llvm-mirror/lib/Analysis/DataStructure
Chris Lattner aba1ef6fc9 * Move isEquivalentTo implementations to NodeImpl
* Implement a new form of node folding to catch cases missed in Addtree
* Add removeIndistinguishableNodePairs to merge calls (todo) and globals

llvm-svn: 2062
2002-03-31 07:14:52 +00:00
..
ComputeClosure.cpp * Convert CallMap to be a vector, because the keys can change, and the map 2002-03-31 07:13:27 +00:00
DataStructure.cpp Many changes 2002-03-28 17:56:03 +00:00
EliminateNodes.cpp * Move isEquivalentTo implementations to NodeImpl 2002-03-31 07:14:52 +00:00
FunctionRepBuilder.cpp * Rename UnlinkUndistinguishableShadowNodes & RemoveUnreachableShadowNodes 2002-03-28 19:16:48 +00:00
FunctionRepBuilder.h Many changes 2002-03-28 17:56:03 +00:00
Makefile Initial checkin of Datastructure analysis. 2002-03-26 22:39:06 +00:00
NodeImpl.cpp Many changes 2002-03-28 17:56:03 +00:00