|
LLVM 22.0.0git
|
#include "X86.h"#include "X86InstrInfo.h"#include "X86Subtarget.h"#include "llvm/ADT/Statistic.h"#include "llvm/Analysis/ProfileSummaryInfo.h"#include "llvm/CodeGen/LazyMachineBlockFrequencyInfo.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/MachineInstrBuilder.h"#include "llvm/CodeGen/MachineSizeOpts.h"#include "llvm/CodeGen/Passes.h"#include "llvm/CodeGen/TargetSchedule.h"#include "llvm/IR/Function.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "x86-pad-short-functions" |
Functions | |
| STATISTIC (NumBBsPadded, "Number of basic blocks padded") | |
| #define DEBUG_TYPE "x86-pad-short-functions" |
Definition at line 31 of file X86PadShortFunction.cpp.
| STATISTIC | ( | NumBBsPadded | , |
| "Number of basic blocks padded" | ) |