Displaying 3 results from an estimated 3 matches for "computecalleecallermapping".
2006 Dec 01
1
[LLVMdev] DSGraph::computeCalleeCallerMapping failing
I was trying to call "DSGraph::computeCalleeCallerMapping" function on all caller-calle pair. But, in one case it gives an assertion failure. This is the error message I get.
Processing internal callee function rt_error
opt: /localhome/ssahoo2/llvm/src/lib/Analysis/DataStructure/DataStructure.cpp:2248: static void llvm::DSGraph::computeNodeMapping(c...
2006 Dec 01
0
[LLVMdev] DSGraph::computeCalleeCallerMapping failing
I tried with bugpoint, but it still give a large code. I have attached the bugpoint output file.
---- Original message ----
>Date: Fri, 1 Dec 2006 12:57:55 -0600
>From: "Andrew Lenharth" <andrewl at lenharth.org>
>Subject: Re: [LLVMdev] DSGraph::computeCalleeCallerMapping failing
>To: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu>
>
>On 12/1/06, Swarup Kumar Sahoo <ssahoo2 at uiuc.edu> wrote:
>> I was trying to call "DSGraph::computeCalleeCallerMapping" function on all caller-calle pair.
>
>Have you tri...
2011 Jul 07
1
[LLVMdev] Error on using DataStructureAnalysis
Hi,
I am not exactly sure what causes your error. But if you have a reduced test case we can try looking at it.
Thanks,
Arushi
Hello,
i wrote a little pass. It tries to identify every call- / invoke-instruction recursively and calls computeCalleeCallerMapping
for each. The sample program just creates a vector of integer and adds an element to it.
Do you know what's wrong?
Best,
Andreas
On Wed, Jul 6, 2011 at 2:00 AM, Andreas Wilhelm < andreas.wilhelm at gmx.com > wrote:
Hi,
though DSA isn't maintained in the current build, I n...