LLVM  4.0.0
Macros | Variables
X86CallFrameOptimization.cpp File Reference
#include <algorithm>
#include "X86.h"
#include "X86InstrInfo.h"
#include "X86MachineFunctionInfo.h"
#include "X86Subtarget.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineModuleInfo.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 X86CallFrameOptimization.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "x86-cf-opt"
 

Variables

static cl::opt< boolNoX86CFOpt ("no-x86-call-frame-opt", cl::desc("Avoid optimizing x86 call frames for size"), cl::init(false), cl::Hidden)
 

Macro Definition Documentation

#define DEBUG_TYPE   "x86-cf-opt"

Definition at line 39 of file X86CallFrameOptimization.cpp.

Variable Documentation

cl::opt<bool> NoX86CFOpt("no-x86-call-frame-opt", cl::desc("Avoid optimizing x86 call frames for size"), cl::init(false), cl::Hidden)
static