Revamp DSGraphs so that they can support multiple functions in the same
authorChris Lattner <sabre@nondot.org>
Mon, 30 Jun 2003 03:15:25 +0000 (03:15 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 30 Jun 2003 03:15:25 +0000 (03:15 +0000)
commit5a540633036ccd7482bd8e83913304a4ed3fc11c
treeb33e418ba8a67500feedda5e0e8dec2bcf7d299c
parenta321b04d60e41d76d4d53a0e7afd4c2ea5c159ad
Revamp DSGraphs so that they can support multiple functions in the same
DSGraph at one time

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6994 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/DataStructure/BottomUpClosure.cpp
lib/Analysis/DataStructure/DataStructure.cpp
lib/Analysis/DataStructure/Local.cpp
lib/Analysis/DataStructure/Printer.cpp
lib/Analysis/DataStructure/Steensgaard.cpp
lib/Analysis/DataStructure/TopDownClosure.cpp