llvm-6502/lib/Analysis/DataStructure
Vikram S. Adve aaeee75af8 This file implements the top-down propagation pass for data structure graphs.
Also, we now use a separate globals graph to hold externally visible nodes.
This changes both the bottom-up and top-down propagation so that
globals and other external objects do not have to appear in every
function, but only in functions in which they are referenced or
they can be used to access something else that is referenced.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3171 91177308-0d34-0410-b5e6-96231b3b80d8
2002-07-30 22:06:40 +00:00
..
BottomUpClosure.cpp Use a separate globals graph to hold externally visible nodes. 2002-07-30 22:05:22 +00:00
DataStructure.cpp Use a separate globals graph to hold externally visible nodes. 2002-07-30 22:05:22 +00:00
Local.cpp * Standardize how analysis results/passes as printed with the print() virtual 2002-07-27 01:12:15 +00:00
Makefile *** empty log message *** 2002-07-23 17:52:38 +00:00
Printer.cpp * Standardize how analysis results/passes as printed with the print() virtual 2002-07-27 01:12:15 +00:00
TopDownClosure.cpp This file implements the top-down propagation pass for data structure graphs. 2002-07-30 22:06:40 +00:00