Go to the source code of this file.
|
| STATISTIC (ZExtElemNum, "Number of zero extension shifts eliminated") |
| STATISTIC (RedundantMovElemNum, "Number of redundant moves eliminated") |
◆ DEBUG_TYPE
#define DEBUG_TYPE "bpf-mi-zext-elim" |
◆ STATISTIC() [1/2]
STATISTIC |
( |
RedundantMovElemNum | , |
|
|
"Number of redundant moves eliminated" | ) |
◆ STATISTIC() [2/2]
STATISTIC |
( |
ZExtElemNum | , |
|
|
"Number of zero extension shifts eliminated" | ) |
◆ GotolAbsLowBound
cl::opt< int > GotolAbsLowBound("gotol-abs-low-bound", cl::Hidden, cl::init(INT16_MAX > > 1), cl::desc("Specify gotol lower bound")) |
( |
"gotol-abs-low-bound" | , |
|
|
cl::Hidden | , |
|
|
cl::init(INT16_MAX > > 1) | , |
|
|
cl::desc("Specify gotol lower bound") | ) |
|
static |