Added a first-class representation for each call site that can be
authorVikram S. Adve <vadve@cs.uiuc.edu>
Sun, 20 Oct 2002 18:07:37 +0000 (18:07 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Sun, 20 Oct 2002 18:07:37 +0000 (18:07 +0000)
commit42fd16931099f528228f020596f7fb5ef5ea8b7f
tree498b7b2b1e394707ab5e23938a63e2265c732c1a
parent726bafda652754096ee4d3c8ceb07aa8d105f8b9
Added a first-class representation for each call site that can be
used in the DS graphs.  Essentially, what was vector<DSNodeHandle>
before is now a DSCallSite with the same vector, plus pointers to the
CallInst and the caller Function.  The special-purpose class
BUDataStructure::CallSite is no longer needed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4228 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