search for: reg_temp

Displaying 1 result from an estimated 1 matches for "reg_temp".

Did you mean: new_temp
2015 Mar 09
4
[LLVMdev] Counting load and stores of variables
Hi all, I’m working on my thesis in which I need to count the number of memory access (i.e. load and stores) of each variable of program. how can I do that? these are some approaches came to my mind : I need to know during the execution of the program how many load and store instructions are executed on a specific variable, hence simply counting static load and store instructions doesn’t help.