Displaying 3 results from an estimated 3 matches for "8f28fcdc".
Did you mean:
7fc8fcdc
2008 Nov 05
1
[LLVMdev] No of Datastructures
...LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20081104/8f28fcdc/attachment.html>
2008 Oct 31
0
[LLVMdev] No of Datastructures
Hi Nipun,
On Oct 30, 2008, at 9:31 PM, Nipun Arora wrote:
> Hi
>
> I am trying to count the no of datastructures and the type, say for
> example the number of arrays in a given code. Which pass would give
> me this info? And what do I need to use in it?
What are you trying to achieve here with this information ?
You can iterate over types to collect the info you need. For
2008 Oct 31
3
[LLVMdev] No of Datastructures
Hi
I am trying to count the no of datastructures and the type, say for example
the number of arrays in a given code. Which pass would give me this info?
And what do I need to use in it?
Thanks for the help
Cheers
Nipun :)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20081031/ffceddee/attachment.html>