Go to the source code of this file.
|
| STATISTIC (ZExtElemNum, "Number of zero extension shifts eliminated") |
|
| STATISTIC (RedundantMovElemNum, "Number of redundant moves eliminated") |
|
| STATISTIC (TruncElemNum, "Number of truncation eliminated") |
|
◆ DEBUG_TYPE
#define DEBUG_TYPE "bpf-mi-zext-elim" |
◆ STATISTIC() [1/3]
STATISTIC |
( |
RedundantMovElemNum |
, |
|
|
"Number of redundant moves eliminated" |
|
|
) |
| |
◆ STATISTIC() [2/3]
STATISTIC |
( |
TruncElemNum |
, |
|
|
"Number of truncation eliminated" |
|
|
) |
| |
◆ STATISTIC() [3/3]
STATISTIC |
( |
ZExtElemNum |
, |
|
|
"Number of zero extension shifts eliminated" |
|
|
) |
| |