LLVM 22.0.0git
AArch64StorePairSuppress.cpp File Reference

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.

Referenced by INITIALIZE_PASS().

Function Documentation

◆ INITIALIZE_PASS()

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