llvm/lib/Analysis/DataStructure
Vikram S. Adve 42fd169310 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
2002-10-20 18:07:37 +00:00
..
BottomUpClosure.cpp Added a first-class representation for each call site that can be 2002-10-20 18:07:37 +00:00
DataStructure.cpp Added a first-class representation for each call site that can be 2002-10-20 18:07:37 +00:00
Local.cpp Added a first-class representation for each call site that can be 2002-10-20 18:07:37 +00:00
Makefile *** empty log message *** 2002-07-23 17:52:38 +00:00
Printer.cpp Added a first-class representation for each call site that can be 2002-10-20 18:07:37 +00:00
Steensgaard.cpp Added a first-class representation for each call site that can be 2002-10-20 18:07:37 +00:00
TopDownClosure.cpp Added a first-class representation for each call site that can be 2002-10-20 18:07:37 +00:00