Since there was interest on the mailing list, this is a utility pass that
authorAndrew Lenharth <andrewl@lenharth.org>
Mon, 29 May 2006 22:58:38 +0000 (22:58 +0000)
committerAndrew Lenharth <andrewl@lenharth.org>
Mon, 29 May 2006 22:58:38 +0000 (22:58 +0000)
commit632cd52162e0fa95bb3527af71476babe6052353
treecdf4472d4824790164e3d513ee04d0cfd7781a2a
parent6d1727cf143ab033e76f39b0854aced7ba144701
Since there was interest on the mailing list, this is a utility pass that
uses DSA to make find targets of calls.  It provides a very convinient
interface to DSA results to do things with indirect calls, such as
write a devirtualizer (which I have and may commit one of these days).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28545 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/CallTargets.h [new file with mode: 0644]
include/llvm/Analysis/LinkAllAnalyses.h
lib/Analysis/IPA/CallTargets.cpp [new file with mode: 0644]