search for: orgcfg

Displaying 4 results from an estimated 4 matches for "orgcfg".

2013 Jun 07
1
[LLVMdev] CFG of a function
But I don't want to map only basic blocks, I need too to map the edges "the whole CFG of the function" Save the CFG of the function in another memory address and call it for example orgCFG and change the CFG by referencing to the orgCFG Thank you for help and patience On 6 June 2013 10:59, Alexandru Ionut Diaconescu < alexandruionutdiaconescu at gmail.com> wrote: > I don't use a function for do the mapping, it may be MapValue(). If it > does not work, alias an int...
2013 Jun 06
0
[LLVMdev] CFG of a function
I don't use a function for do the mapping, it may be MapValue(). If it does not work, alias an int identifier for each basic block. Be aware because basic block cannot have the same name (getName) in the same function, but they might have the same name being in different functions. Therefore, take into account the function name as well. Good luck On Thu, Jun 6, 2013 at 10:55 AM, Rasha Omar
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
2013 Jun 10
0
[LLVMdev] CFG of a function
...e: >>>> >>>>> But I don't want to map only basic blocks, I need too to map the edges >>>>> "the whole CFG of the function" >>>>> Save the CFG of the function in another memory address and call it for >>>>> example orgCFG and change the CFG by referencing to the orgCFG >>>>> Thank you for help and patience >>>>> >>>>> >>>>> On 6 June 2013 10:59, Alexandru Ionut Diaconescu < >>>>> alexandruionutdiaconescu at gmail.com> wrote: >>&gt...