khaled hamidouche
2010-May-11 13:29 UTC
[LLVMdev] determine the basic_block inside if and else
Hello I used a functionPass to count the number of bloks ? so for each BBlock I check if it is a loop or BB ... and I'm wandring How can I determine if a BB is a conditional block (if) ?? and How can I separate between the BBs inside the if and those inside the else ?? Thank you so much K.H -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100511/e62588be/attachment.html>
Apparently Analagous Threads
- [LLVMdev] iterate over loops inside the runOnFunction
- [LLVMdev] determining the number of iteration of a loop
- [LLVMdev] determining the number of iteration of a loop
- [LLVMdev] determining the number of iteration of a loop
- [LLVMdev] Problem with the installation of llvm gcc