Displaying 2 results from an estimated 2 matches for "3da1e43c".
Did you mean:
3d71e03c
2011 Nov 16
0
[LLVMdev] CallSite in innermost loop
...Base());
...
... use LI ... /* Make sure F is not modified since DT and LI were calculate. */
...
DT.releaseMemory();
LI.releaseMemory();
-
Devang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111116/3da1e43c/attachment.html>
2011 Nov 16
2
[LLVMdev] CallSite in innermost loop
In order to detect whether CallSite is present in innermost loop, do I need to insert logic from LoopInfo pass for collecting loops, within a CallGraphSCC pass?
Is there any other approach for this?
Regards,
Pankaj
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111116/cd9d51b7/attachment.html>