LLVM  8.0.1
Macros | Functions
BPFMIPeephole.cpp File Reference
#include "BPF.h"
#include "BPFInstrInfo.h"
#include "BPFTargetMachine.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
Include dependency graph for BPFMIPeephole.cpp:

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")
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "bpf-mi-zext-elim"

Definition at line 33 of file BPFMIPeephole.cpp.

Function Documentation

◆ STATISTIC() [1/2]

STATISTIC ( ZExtElemNum  ,
"Number of zero extension shifts eliminated"   
)

◆ STATISTIC() [2/2]

STATISTIC ( RedundantMovElemNum  ,
"Number of redundant moves eliminated"   
)