I am trying to convert an imperative-style programming language into Administrative Normal Form (ANF) by using the algorithm described in this paper: http://www.sciencedirect.com/science/article/pii/S1571066105825964
In the paper, Zadarnovsky et al. describe an algorithm to convert an SSA program into ANF form, and then proceeds to present an optimization algorithm I am not currently interested in.
The question I have is: how do I convert pointer variables into SSA form?