|
LLVM 22.0.0git
|
#include "AArch64InstrInfo.h"#include "AArch64Subtarget.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/MachineInstr.h"#include "llvm/CodeGen/MachineTraceMetrics.h"#include "llvm/CodeGen/TargetInstrInfo.h"#include "llvm/CodeGen/TargetSchedule.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-stp-suppress" |
| #define | STPSUPPRESS_PASS_NAME "AArch64 Store Pair Suppression" |
Functions | |
| INITIALIZE_PASS (AArch64StorePairSuppress, "aarch64-stp-suppress", STPSUPPRESS_PASS_NAME, false, false) FunctionPass *llvm | |
| #define DEBUG_TYPE "aarch64-stp-suppress" |
Definition at line 26 of file AArch64StorePairSuppress.cpp.
| #define STPSUPPRESS_PASS_NAME "AArch64 Store Pair Suppression" |
Definition at line 28 of file AArch64StorePairSuppress.cpp.
Referenced by INITIALIZE_PASS().
| INITIALIZE_PASS | ( | AArch64StorePairSuppress | , |
| "aarch64-stp-suppress" | , | ||
| STPSUPPRESS_PASS_NAME | , | ||
| false | , | ||
| false | ) |
Definition at line 62 of file AArch64StorePairSuppress.cpp.
References llvm::createAArch64StorePairSuppressPass(), and STPSUPPRESS_PASS_NAME.