<div dir="ltr"><div>Hi all,</div><div>I have an Instruction object I from where I can correctly obtain the parent doing I.getParent(). Now I would like to understand how to obtain the PHI Nodes in that block. Do you suggest to iterate all over the instructions since the PHI nodes are always at the beginning or should I use another approach? What the best way to iterate over the instructions in a block?</div><div><br></div><div>Thanks</div><div>Alberto<br></div></div>