Hii, <br><br>Thanks for the response, yes I couldn't find any way to extract the names through any of the passes.<br>Where could I potentially insert a hack so that any function call to intrinsic functions or library functions can be retrieved?<br>
Could you gimme any ideas for the start?<br><br>-Nipun<br><br><div class="gmail_quote">On Fri, Jan 30, 2009 at 10:39 PM, Eli Friedman <span dir="ltr"><<a href="mailto:eli.friedman@gmail.com">eli.friedman@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">On Fri, Jan 30, 2009 at 7:10 PM, Nipun Arora <<a href="mailto:nipun2512@gmail.com">nipun2512@gmail.com</a>> wrote:<br>

> Essentially I would like to extract the control flow graph representation<br>
> with function names (eg. _mm_cvtsi32_si128) instead of the functions being<br>
> replaced by 'llvm.*'<br>
> Is there anyway to extract these names directly as function calls?<br>
<br>
</div>The names disappear in an unrecoverable way once the first inlining<br>
pass runs to take care of always_inline.  You might be able to hack<br>
the code to sneak in before then, though.<br>
<br>
-Eli<br>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
</blockquote></div><br>