LLVM 22.0.0git
X86FixupInstTuning.cpp File Reference

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "x86-fixup-inst-tuning"

Functions

 STATISTIC (NumInstChanges, "Number of instructions changes")
template<typename T>
static std::optional< boolCmpOptionals (T NewVal, T CurVal)

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "x86-fixup-inst-tuning"

Definition at line 33 of file X86FixupInstTuning.cpp.

Function Documentation

◆ CmpOptionals()

template<typename T>
std::optional< bool > CmpOptionals ( T NewVal,
T CurVal )
static

Definition at line 71 of file X86FixupInstTuning.cpp.

References T.

◆ STATISTIC()

STATISTIC ( NumInstChanges ,
"Number of instructions changes"  )