LLVM API Documentation

Defines | Functions
AArch64DeadRegisterDefinitionsPass.cpp File Reference
#include "AArch64.h"
#include "AArch64RegisterInfo.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Target/TargetSubtargetInfo.h"
Include dependency graph for AArch64DeadRegisterDefinitionsPass.cpp:

Go to the source code of this file.

Defines

#define DEBUG_TYPE   "aarch64-dead-defs"

Functions

 STATISTIC (NumDeadDefsReplaced,"Number of dead definitions replaced")

Define Documentation

#define DEBUG_TYPE   "aarch64-dead-defs"

Definition at line 25 of file AArch64DeadRegisterDefinitionsPass.cpp.


Function Documentation

STATISTIC ( NumDeadDefsReplaced  ,
"Number of dead definitions replaced"   
)