[cfe-dev] Does clang have Reaching Definition analysis in Data flow anlaysis
Eric Lu via cfe-dev
cfe-dev at lists.llvm.org
Thu Nov 12 19:31:10 PST 2015
Hi,
I need to use Reaching definition analysis and Live variable analysis in
our project.
Currently, I find there are a live variable analysis implementation in
lib/Analysis. But I can not find any tips about Reaching Definition
Anaysis, Is there one implementation in clang ? Or I need to do it myselft.
--
Best Regards!
Eric Lew
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20151113/708481ae/attachment.html>
More information about the cfe-dev
mailing list