Displaying 1 result from an estimated 1 matches for "limit_addr".
2008 Jan 04
0
[LLVMdev] Extraction of Arguments Passed to a Function
...ample in
the following IR the temp variables used in the basic block bb: i.e. %tmp,
%tmp1, %tmp2 are only dependent on the variables defined in the entry: basic
block, and same holds for basic block bb5: i.e. variables %tmp6, %tmp7,
%tmp8 etc are only dependent on the variables in the entry block
(%limit_addr, %i.. etc) and the temp variables defined in the same basic
block.
Is this true ?, as far as i have seen, by generating the bitcode for various
test codes, and it holds true for all. So, now the proposition is, that one
can create the symbol table of the internal variables and the variables
passed...