|
LLVM 23.0.0git
|
#include "X86.h"#include "X86InstrInfo.h"#include "X86Subtarget.h"#include "llvm/ADT/Statistic.h"#include "llvm/CodeGen/MachineFunctionAnalysisManager.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/MachineInstrBuilder.h"#include "llvm/CodeGen/MachinePassManager.h"#include "llvm/IR/Analysis.h"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) |
| #define DEBUG_TYPE "x86-fixup-inst-tuning" |
Definition at line 36 of file X86FixupInstTuning.cpp.
Definition at line 82 of file X86FixupInstTuning.cpp.
References T.
| STATISTIC | ( | NumInstChanges | , |
| "Number of instructions changes" | ) |