[llvm-commits] CVS: llvm/lib/Analysis/DataStructure/DataStructureStats.cpp
Vikram Adve
vadve at cs.uiuc.edu
Wed Nov 13 09:42:01 PST 2002
Changes in directory llvm/lib/Analysis/DataStructure:
DataStructureStats.cpp added (r1.1)
---
Log message:
Pass to compute various statisics related to DSGraphs.
For now, this just computes the #indirect call sites and
the avg. #callees per indirect call site (actually it prints
both totals and the average is their ratio).
---
Diffs of the changes:
More information about the llvm-commits
mailing list