LLVM 20.0.0git
|
#include "LoongArch.h"
#include "LoongArchInstrInfo.h"
#include "LoongArchSubtarget.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/CodeGen/LiveDebugVariables.h"
#include "llvm/CodeGen/LiveIntervals.h"
#include "llvm/CodeGen/LiveStacks.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "loongarch-dead-defs" |
#define | LoongArch_DEAD_REG_DEF_NAME "LoongArch Dead register definitions" |
Functions | |
STATISTIC (NumDeadDefsReplaced, "Number of dead definitions replaced") | |
INITIALIZE_PASS (LoongArchDeadRegisterDefinitions, DEBUG_TYPE, LoongArch_DEAD_REG_DEF_NAME, false, false) FunctionPass *llvm | |
#define DEBUG_TYPE "loongarch-dead-defs" |
Definition at line 24 of file LoongArchDeadRegisterDefinitions.cpp.
#define LoongArch_DEAD_REG_DEF_NAME "LoongArch Dead register definitions" |
Definition at line 25 of file LoongArchDeadRegisterDefinitions.cpp.
INITIALIZE_PASS | ( | LoongArchDeadRegisterDefinitions | , |
DEBUG_TYPE | , | ||
LoongArch_DEAD_REG_DEF_NAME | , | ||
false | , | ||
false | |||
) |
Definition at line 52 of file LoongArchDeadRegisterDefinitions.cpp.
STATISTIC | ( | NumDeadDefsReplaced | , |
"Number of dead definitions replaced" | |||
) |