I have a function which I believe is called multiple times in the same code path - like c()
in the example given here. Is there any way to statically find what code paths call c()
, and to see if any of those paths lead to redundant calls?
Thanks!