LLVM: lib/Target/AArch64/AArch64CompressJumpTables.cpp File Reference (original) (raw)
Go to the source code of this file.
◆ DEBUG_TYPE
#define DEBUG_TYPE "aarch64-jump-tables"
◆ INITIALIZE_PASS()
| INITIALIZE_PASS |
( |
AArch64CompressJumpTables |
, |
| DEBUG_TYPE |
, |
|
|
| "AArch64 compress jump tables pass" |
, |
|
|
| false |
, |
|
|
| false |
) |
|
|
◆ STATISTIC() [1/3]
| STATISTIC |
( |
NumJT16 |
, |
| "Number of jump-tables with 2-byte entries" |
) |
|
|
◆ STATISTIC() [2/3]
| STATISTIC |
( |
NumJT32 |
, |
| "Number of jump-tables with 4-byte entries" |
) |
|
|
◆ STATISTIC() [3/3]
| STATISTIC |
( |
NumJT8 |
, |
| "Number of jump-tables with 1-byte entries" |
) |
|
|