LLVM: lib/Target/X86/X86FixupInstTuning.cpp File Reference (original) (raw)
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< bool > | CmpOptionals (T NewVal, T CurVal) |
Macro Definition Documentation
◆ DEBUG_TYPE
#define DEBUG_TYPE "x86-fixup-inst-tuning"
Function Documentation
◆ CmpOptionals()
template<typename T>
| std::optional< bool > CmpOptionals ( T NewVal, T CurVal ) | static |
|---|
◆ STATISTIC()
| STATISTIC | ( | NumInstChanges | , |
|---|---|---|---|
| "Number of instructions changes" | ) |