Frederik Peukert via llvm-dev
2016-Oct-12 16:15 UTC
[llvm-dev] How to get interprocedural analysis results from DSA (Poolalloc)
Hi all, I am using Data Structure Analysis (DSA) from the poolalloc module as points-to/alias-analysis. I get the graph for a function with the getDSGraph() method. However I am not sure how to get the interprocedural results from the analysis. I am using the EQTDDataStructures analysis pass which should include the bottom-up and top-down pass and therefore should be interprocedural (am I wrong?). How do I get the interprocedural graph or interprocedural analysis results? Anyone can help me? Thanks! Regards, Frederik -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161012/58f24e66/attachment-0001.html>