When run with "-R" flag, does its best to rename any indirect variables it can.
That is, when it encounters a variable that gets assigned to, it tries to unravel the "true name" of the variable through indirects, array dim fetches, etc, and replace the indirect-naming-code with the variable's true name.
When run with "-R" flag, does its best to rename any indirect variables it can. That is, when it encounters a variable that gets assigned to, it tries to unravel the "true name" of the variable through indirects, array dim fetches, etc, and replace the indirect-naming-code with the variable's true name.