LLVM 20.0.0git
|
#include "AArch64.h"
#include "AArch64RegisterInfo.h"
#include "AArch64Subtarget.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/CodeGen/ISDOpcodes.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/TargetInstrInfo.h"
#include "llvm/CodeGen/TargetSubtargetInfo.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "aarch64-dead-defs" |
#define | AARCH64_DEAD_REG_DEF_NAME "AArch64 Dead register definitions" |
Functions | |
STATISTIC (NumDeadDefsReplaced, "Number of dead definitions replaced") | |
INITIALIZE_PASS (AArch64DeadRegisterDefinitions, "aarch64-dead-defs", AARCH64_DEAD_REG_DEF_NAME, false, false) static bool usesFrameIndex(const MachineInstr &MI) | |
static bool | atomicReadDroppedOnZero (unsigned Opcode) |
#define AARCH64_DEAD_REG_DEF_NAME "AArch64 Dead register definitions" |
Definition at line 32 of file AArch64DeadRegisterDefinitionsPass.cpp.
#define DEBUG_TYPE "aarch64-dead-defs" |
Definition at line 28 of file AArch64DeadRegisterDefinitionsPass.cpp.
Definition at line 77 of file AArch64DeadRegisterDefinitionsPass.cpp.
INITIALIZE_PASS | ( | AArch64DeadRegisterDefinitions | , |
"aarch64-dead-defs" | , | ||
AARCH64_DEAD_REG_DEF_NAME | , | ||
false | , | ||
false | |||
) | const & |
Definition at line 61 of file AArch64DeadRegisterDefinitionsPass.cpp.
References MI.
STATISTIC | ( | NumDeadDefsReplaced | , |
"Number of dead definitions replaced" | |||
) |