LLVM 19.0.0git
Macros | Functions
AArch64StorePairSuppress.cpp File Reference
#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
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "aarch64-stp-suppress"

Definition at line 26 of file AArch64StorePairSuppress.cpp.

◆ STPSUPPRESS_PASS_NAME

#define STPSUPPRESS_PASS_NAME   "AArch64 Store Pair Suppression"

Definition at line 28 of file AArch64StorePairSuppress.cpp.

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( AArch64StorePairSuppress  ,
"aarch64-stp-suppress"  ,
STPSUPPRESS_PASS_NAME  ,
false  ,
false   
)

Definition at line 64 of file AArch64StorePairSuppress.cpp.