| 104 | } |
| 105 | |
| 106 | void showStats() { |
| 107 | if (opt_smt_stats) |
| 108 | smt::solver_print_stats(*out); |
| 109 | if (opt_alias_stats) |
| 110 | IR::Memory::printAliasStats(*out); |
| 111 | } |
| 112 | |
| 113 | void writeBitcode(const fs::path &report_filename) { |
| 114 | fs::path bc_filename; |
no test coverage detected