[llvm-dev] LLVM Pass to count reachable BB
hameeza ahmed via llvm-dev
llvm-dev at lists.llvm.org
Thu Jan 10 22:28:39 PST 2019
Hello,
I have code containing conditions and loops. Hence some BB execution are
determined at run time depending on condition. Now I want to count only
those BB that are always executed irrespective of condition result means
reachable. and their execution is evident at compile time.
How to do this?
Please help
Thank You
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190111/2770dc15/attachment.html>
More information about the llvm-dev
mailing list