|
LLVM 22.0.0git
|
#include "RISCV.h"#include "RISCVSubtarget.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"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "riscv-dead-defs" |
| #define | RISCV_DEAD_REG_DEF_NAME "RISC-V Dead register definitions" |
Functions | |
| STATISTIC (NumDeadDefsReplaced, "Number of dead definitions replaced") | |
| INITIALIZE_PASS (RISCVDeadRegisterDefinitions, DEBUG_TYPE, RISCV_DEAD_REG_DEF_NAME, false, false) FunctionPass *llvm | |
| #define DEBUG_TYPE "riscv-dead-defs" |
Definition at line 22 of file RISCVDeadRegisterDefinitions.cpp.
| #define RISCV_DEAD_REG_DEF_NAME "RISC-V Dead register definitions" |
Definition at line 23 of file RISCVDeadRegisterDefinitions.cpp.
Referenced by INITIALIZE_PASS().
| INITIALIZE_PASS | ( | RISCVDeadRegisterDefinitions | , |
| DEBUG_TYPE | , | ||
| RISCV_DEAD_REG_DEF_NAME | , | ||
| false | , | ||
| false | ) |
Definition at line 50 of file RISCVDeadRegisterDefinitions.cpp.
References llvm::createRISCVDeadRegisterDefinitionsPass(), DEBUG_TYPE, and RISCV_DEAD_REG_DEF_NAME.
| STATISTIC | ( | NumDeadDefsReplaced | , |
| "Number of dead definitions replaced" | ) |