<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi All,<div><br></div><div>I am new to LLVM. I want to generate a Dataflow graph or Control Dataflow graph from C code using LLVM. I have no idea how to do it in LLVM. I tried to use analysis and transform passes such as "<span class="Apple-style-span" style="border-collapse: collapse; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family: 'Times New Roman'; font-size: medium; "><a href="http://llvm.org/docs/Passes.html#dot-cfg">-dot-cfg</a></span>" but it doesn't give what I want. I want to generate a node for each operation in C code. </div><div><br></div><div>Thanks in advance.</div><div>JM.</div><div><br></div></td></tr></table>