Displaying 2 results from an estimated 2 matches for "originalfunct".
Did you mean:
originalfunc
2013 Jun 10
0
[LLVMdev] CFG of a function
...the step of eraseFromParent()
> ClonedFunction->eraseFromParent();
> in the last step in the pass.
> However, I tried to copy each basic block with its successors and the
> result is good.
> I want to ask you another question. How could I compare the basic block in
> the OriginalFunction with the basic block in the ClonedFunction?
> If I have basic block bb from ClonedFunction and I need to find it in the
> OriginalFunction, how to do that?
> Thank you again for your help
>
>
>
> On 10 June 2013 02:28, Cristianno Martins <cristiannomartins at gmail.com>...
2013 Jun 06
3
[LLVMdev] CFG of a function
I think I understood that, but what I mean is what is the function
responsible to do mapping is it MapValue() in ValueMapper.h?
Thanks for your help
On 6 June 2013 09:54, Alexandru Ionut Diaconescu <
alexandruionutdiaconescu at gmail.com> wrote:
> Map every basic block from the CFG to a set of integers. The successors
> from the CFG can be used to make the edges in your simplified