llvm-6502/lib/Analysis/DataStructure
Chris Lattner 2ba3a72c3a * Add #define to enabled debug messages
* Move removeEdgesTo to be a member of DSNode
* Implement (but #ifdef out) the new, spiffier, method of determining
  shadow node equivalence.  This cannot be enabled until more is
  implemented.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2004 91177308-0d34-0410-b5e6-96231b3b80d8
2002-03-27 19:48:03 +00:00
..
ComputeClosure.cpp * Destroy alloca nodes when a graph gets inlined 2002-03-27 19:44:33 +00:00
DataStructure.cpp Initial checkin of Datastructure analysis. 2002-03-26 22:39:06 +00:00
EliminateNodes.cpp * Add #define to enabled debug messages 2002-03-27 19:48:03 +00:00
FunctionRepBuilder.cpp * Add critical node support 2002-03-27 19:45:12 +00:00
FunctionRepBuilder.h Initial checkin of Datastructure analysis. 2002-03-26 22:39:06 +00:00
Makefile Initial checkin of Datastructure analysis. 2002-03-26 22:39:06 +00:00
NodeImpl.cpp * Implement DSNode::removeAllIncomingEdges 2002-03-27 19:46:05 +00:00