LLVM  4.0.0
Macros | Variables
RegisterUsageInfo.cpp File Reference
#include "llvm/CodeGen/RegisterUsageInfo.h"
#include "llvm/CodeGen/MachineOperand.h"
#include "llvm/IR/Module.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
Include dependency graph for RegisterUsageInfo.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "ip-regalloc"
 

Variables

static cl::opt< boolDumpRegUsage ("print-regusage", cl::init(false), cl::Hidden, cl::desc("print register usage details collected for analysis."))
 

Macro Definition Documentation

#define DEBUG_TYPE   "ip-regalloc"

Definition at line 23 of file RegisterUsageInfo.cpp.

Variable Documentation

cl::opt<bool> DumpRegUsage("print-regusage", cl::init(false), cl::Hidden, cl::desc("print register usage details collected for analysis."))
static