This project is an extension library for LLVM. The tool takes a .cpp source file as input and analyzes it to provide:
- Total line count
- Number of loops
- Number of instructions
- Instruction count is not accurate for all functions
- Inner loops are not counted