Hello All,<div><br></div><div>What would be the best way to trace Value Dependency Chains in LLVM. Can I use some API to perform this?</div><div><br></div><div>The use-def chain process mentioned at <a href="http://llvm.org/docs/ProgrammersManual.html#iterate_chains">http://llvm.org/docs/ProgrammersManual.html#iterate_chains</a> will just get the values (Operands) being used in the current Instruction. For getting the values operands in the particular instruction are influenced from I have to recursively call the use-def on these operands. I was wondering if there is already available better way of doing this in LLVM. </div>

<div><br></div><div>Thanks,</div><div>Manish</div><meta http-equiv="content-type" content="text/html; charset=utf-8">