LLVM API Documentation

Defines | Variables
RegisterClassInfo.cpp File Reference
#include "llvm/CodeGen/RegisterClassInfo.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Target/TargetMachine.h"
Include dependency graph for RegisterClassInfo.cpp:

Go to the source code of this file.

Defines

#define DEBUG_TYPE   "regalloc"

Variables

static cl::opt< unsignedStressRA ("stress-regalloc", cl::Hidden, cl::init(0), cl::value_desc("N"), cl::desc("Limit all regclasses to N registers"))

Define Documentation

#define DEBUG_TYPE   "regalloc"

Definition at line 27 of file RegisterClassInfo.cpp.


Variable Documentation

cl::opt<unsigned> StressRA("stress-regalloc", cl::Hidden, cl::init(0), cl::value_desc("N"), cl::desc("Limit all regclasses to N registers")) [static]