LLVM API Documentation
#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"
Go to the source code of this file.
Defines | |
#define | DEBUG_TYPE "aarch64-dead-defs" |
Functions | |
STATISTIC (NumDeadDefsReplaced,"Number of dead definitions replaced") |
#define DEBUG_TYPE "aarch64-dead-defs" |
Definition at line 25 of file AArch64DeadRegisterDefinitionsPass.cpp.
STATISTIC | ( | NumDeadDefsReplaced | , |
"Number of dead definitions replaced" | |||
) |