LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Functions
X86PadShortFunction.cpp File Reference
#include <algorithm>
#include "X86.h"
#include "X86InstrInfo.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/IR/Function.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Target/TargetInstrInfo.h"
Include dependency graph for X86PadShortFunction.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "x86-pad-short-functions"
 

Functions

 STATISTIC (NumBBsPadded,"Number of basic blocks padded")
 

Macro Definition Documentation

#define DEBUG_TYPE   "x86-pad-short-functions"

Definition at line 18 of file X86PadShortFunction.cpp.

Function Documentation

STATISTIC ( NumBBsPadded  ,
"Number of basic blocks padded"   
)