|
LLVM
4.0.0
|
#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"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "ip-regalloc" |
Variables | |
| static cl::opt< bool > | DumpRegUsage ("print-regusage", cl::init(false), cl::Hidden, cl::desc("print register usage details collected for analysis.")) |
| #define DEBUG_TYPE "ip-regalloc" |
Definition at line 23 of file RegisterUsageInfo.cpp.
1.8.6