|
LLVM
8.0.1
|
#include "BPF.h"#include "BPFInstrInfo.h"#include "BPFTargetMachine.h"#include "llvm/ADT/Statistic.h"#include "llvm/CodeGen/MachineInstrBuilder.h"#include "llvm/CodeGen/MachineRegisterInfo.h"
Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "bpf-mi-zext-elim" |
Functions | |
| STATISTIC (ZExtElemNum, "Number of zero extension shifts eliminated") | |
| STATISTIC (RedundantMovElemNum, "Number of redundant moves eliminated") | |
| #define DEBUG_TYPE "bpf-mi-zext-elim" |
Definition at line 33 of file BPFMIPeephole.cpp.
| STATISTIC | ( | ZExtElemNum | , |
| "Number of zero extension shifts eliminated" | |||
| ) |
| STATISTIC | ( | RedundantMovElemNum | , |
| "Number of redundant moves eliminated" | |||
| ) |
1.8.13