search for: parama

Displaying 3 results from an estimated 3 matches for "parama".

Did you mean: param
2013 Oct 22
1
[LLVMdev] Removing function params.
...s in LLVM. I start with a function with various uses of a LLVM IR function parameter: e.g. paramB. After running one of my passes, all the uses of the paramB vanish. How do I do the last step, and remove the paramB from the function parameters in the LLVM IR? I want to go from: function test( int paramA, int paramB) { ... } to: function test( int paramA) { ... } Is there an LLVM IR API method that does this, or do I have to create a whole new function and add all the basic blocks and instructions from the old one to it? Also, how do I do the opposite: I want to go from: function test( int param...
2013 Oct 22
0
[LLVMdev] LLVMdev Digest, Vol 112, Issue 59
...various uses of a LLVM IR function > parameter: e.g. paramB. > > After running one of my passes, all the uses of the paramB vanish. > How do I do the last step, and remove the paramB from the function > parameters in the LLVM IR? > > I want to go from: > function test( int paramA, int paramB) > { ... } > > to: > function test( int paramA) > { ... } > > Is there an LLVM IR API method that does this, or do I have to create > a whole new function and add all the basic blocks and instructions > from the old one to it? > > Also, how do I do th...
2012 Aug 07
2
Problem with global variable building a package
Hi,   My name is Eva and this is my first message here. My English is not very good, but I hope you can understand my question, in the context of an academic project.   I have developed several functions in R and the idea is that the user can access functions in order to:   1)      Alter parameters in relation with data and type of analysis. 2)      Run statistical analysis (Text and pdf