LLVM 22.0.0git
|
#include "RISCV.h"
#include "RISCVSubtarget.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include <queue>
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "riscv-fold-mem-offset" |
#define | RISCV_FOLD_MEM_OFFSET_NAME "RISC-V Fold Memory Offset" |
Functions | |
INITIALIZE_PASS (RISCVFoldMemOffset, DEBUG_TYPE, RISCV_FOLD_MEM_OFFSET_NAME, false, false) FunctionPass *llvm | |
#define DEBUG_TYPE "riscv-fold-mem-offset" |
Definition at line 25 of file RISCVFoldMemOffset.cpp.
#define RISCV_FOLD_MEM_OFFSET_NAME "RISC-V Fold Memory Offset" |
Definition at line 26 of file RISCVFoldMemOffset.cpp.
INITIALIZE_PASS | ( | RISCVFoldMemOffset | , |
DEBUG_TYPE | , | ||
RISCV_FOLD_MEM_OFFSET_NAME | , | ||
false | , | ||
false | |||
) |
Definition at line 76 of file RISCVFoldMemOffset.cpp.