Many changes
authorChris Lattner <sabre@nondot.org>
Thu, 28 Mar 2002 17:56:03 +0000 (17:56 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 28 Mar 2002 17:56:03 +0000 (17:56 +0000)
commit1120c8b34ada1f7ce103f617a0dfa4526bf9e207
treebf50db8005a275bcf7d65a8e90a6ae80154be8b2
parent1d8ec6194a3c8d6e676f373af04171e5ad2ed4eb
Many changes
* Simplify a lot of the inlining stuff.  There are still problems, but not
  many
* Break up the Function representation to have a vector for every different
  node type so it is fast to find nodes of a particular flavor.
* Do more intelligent merging of call values
* Allow elimination of unreachable shadow and allocation nodes
* Generalize indistinguishability testing to allow merging of identical calls.
* Increase shadow node merging power

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2010 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/DataStructure/ComputeClosure.cpp
lib/Analysis/DataStructure/DataStructure.cpp
lib/Analysis/DataStructure/EliminateNodes.cpp
lib/Analysis/DataStructure/FunctionRepBuilder.cpp
lib/Analysis/DataStructure/FunctionRepBuilder.h
lib/Analysis/DataStructure/NodeImpl.cpp