secure-software-engineering / phasar

A LLVM-based static analysis framework.
Other
919 stars 140 forks source link

More General Statistics #686

Closed fabianbs96 closed 6 months ago

fabianbs96 commented 7 months ago

The GeneralStatisticsAnalysis is a simple but powerful tool to gather statistics of LLVM IR modules. This PR adds some more useful metrics and slightly refactors the GeneralStatistics struct.