search for: 4c9d0190

Displaying 3 results from an estimated 3 matches for "4c9d0190".

2009 May 23
2
[LLVMdev] Basic Block API
Hi, Is there an API for getting (within a basic block pass) the number of basic block in the program ? Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090523/944abb17/attachment.html>
2009 May 23
0
[LLVMdev] Basic Block API
Rotem Varon wrote: > Hi, > > Is there an API for getting (within a basic block pass) the number of basic block in the program ? > Not of which I am aware. You will probably need to write code that does this for you. One place to put the code would be in the doInitialization() method of the BasicBlockPass that you're writing. However, I'm not sure if the count would be
2009 May 23
1
[LLVMdev] Basic Block API
...> 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/20090523/4c9d0190/attachment.html>