Displaying 1 result from an estimated 1 matches for "dsnodeiterator".
2002 Nov 18
0
[LLVMdev] Fixed DSGraph iteration, depth first search, etc...
...t
linked patch):
--- llvm/include/llvm/Analysis/DSSupport.h:1.7 Sun Nov 10 17:46:51 2002
+++ llvm/include/llvm/Analysis/DSSupport.h Mon Nov 18 15:45:07 2002
@@ -20,7 +20,6 @@
class DSNode; // Each node in the graph
class DSGraph; // A graph for a function
-class DSNodeIterator; // Data structure graph traversal iterator
namespace DS { // FIXME: After the paper, this should get cleaned up
enum { PointerShift = 3, // 64bit ptrs = 3, 32 bit ptrs = 2
--- llvm/include/llvm/Analysis/DSNode.h:1.14 Sun Nov 10 00:48:24 2002
+++ llvm/include/llvm/Analysis/DSNode...