LLVM 22.0.0git
LanaiDelaySlotFiller.cpp File Reference

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "delay-slot-filler"

Functions

 STATISTIC (FilledSlots, "Number of delay slots filled")

Variables

static cl::opt< boolNopDelaySlotFiller ("lanai-nop-delay-filler", cl::init(false), cl::desc("Fill Lanai delay slots with NOPs."), cl::Hidden)

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "delay-slot-filler"

Definition at line 24 of file LanaiDelaySlotFiller.cpp.

Function Documentation

◆ STATISTIC()

STATISTIC ( FilledSlots ,
"Number of delay slots filled"  )

Variable Documentation

◆ NopDelaySlotFiller

cl::opt< bool > NopDelaySlotFiller("lanai-nop-delay-filler", cl::init(false), cl::desc("Fill Lanai delay slots with NOPs."), cl::Hidden) ( "lanai-nop-delay-filler" ,
cl::init(false) ,
cl::desc("Fill Lanai delay slots with NOPs.") ,
cl::Hidden  )
static