Domagoj Babic
2006-Aug-28 19:27 UTC
[LLVMdev] Fast points-to analysis for function pointers
Hi, Has anyone written an analysis that determines [as precisely as possible] the set of potentially called functions for each indirect call site? Thx, Domagoj
Chris Lattner
2006-Aug-28 21:20 UTC
[LLVMdev] Fast points-to analysis for function pointers
On Mon, 28 Aug 2006, Domagoj Babic wrote:> Has anyone written an analysis that determines [as precisely > as possible] the set of potentially called functions for each > indirect call site?The DSA suite of analyses can tell you this, though I'm not sure what their current state is. Take a look at llvm/Analysis/DataStructure/CallTargets.h, maybe it will do what you need. -Chris -- http://nondot.org/sabre/ http://llvm.org/
Seemingly Similar Threads
- [LLVMdev] constructing 'for' statement from LLVM bitcode
- [LLVMdev] constructing 'for' statement from LLVM bitcode
- [LLVMdev] New automated decision procedure for path-sensitive analysis
- [LLVMdev] FunctionPass requiring SCCs
- [LLVMdev] constructing 'for' statement from LLVM bitcode