search for: clonedfunct

Displaying 2 results from an estimated 2 matches for "clonedfunct".

2013 Jun 10
0
[LLVMdev] CFG of a function
...e University of Campinas cmartins at ic.unicamp.br <cristiannomartins at hotmail.com> On Mon, Jun 10, 2013 at 7:00 AM, Rasha Omar <rasha.sala7 at gmail.com> wrote: > Thank you for your reply > Actually, I did these three steps. Moreover, 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 ClonedFu...
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