LLVM 19.0.0git
Macros | Functions
RISCVPushPopOptimizer.cpp File Reference
#include "RISCVInstrInfo.h"
#include "RISCVMachineFunctionInfo.h"

Go to the source code of this file.

Macros

#define RISCV_PUSH_POP_OPT_NAME   "RISC-V Zcmp Push/Pop optimization pass"
 

Functions

 INITIALIZE_PASS (RISCVPushPopOpt, "riscv-push-pop-opt", RISCV_PUSH_POP_OPT_NAME, false, false) static MachineBasicBlock
 

Macro Definition Documentation

◆ RISCV_PUSH_POP_OPT_NAME

#define RISCV_PUSH_POP_OPT_NAME   "RISC-V Zcmp Push/Pop optimization pass"

Definition at line 19 of file RISCVPushPopOptimizer.cpp.

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( RISCVPushPopOpt  ,
"riscv-push-pop-opt"  ,
RISCV_PUSH_POP_OPT_NAME  ,
false  ,
false   
)