This is an archive of the discontinued LLVM Phabricator instance.

[analyzer] Introduce statistics for the total number of visited basic blocks
ClosedPublic

Authored by george.karpenkov on Feb 9 2018, 10:46 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

xazax.hun accepted this revision.Feb 9 2018, 10:57 AM

I like the idea of having more statistics. Moreover, due to the fact that we output the percent of reachable basic blocks as an integer, it was really hard to get precise coverage data. This addition will help in this regard.

This revision is now accepted and ready to land.Feb 9 2018, 10:57 AM
This revision was automatically updated to reflect the committed changes.