LLVM  3.7.0
Macros | Functions
LiveRangeCalc.cpp File Reference
#include "LiveRangeCalc.h"
#include "llvm/CodeGen/MachineDominators.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
Include dependency graph for LiveRangeCalc.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "regalloc"
 

Functions

static void createDeadDef (SlotIndexes &Indexes, VNInfo::Allocator &Alloc, LiveRange &LR, const MachineOperand &MO)
 

Macro Definition Documentation

#define DEBUG_TYPE   "regalloc"

Definition at line 20 of file LiveRangeCalc.cpp.

Function Documentation

static void createDeadDef ( SlotIndexes Indexes,
VNInfo::Allocator Alloc,
LiveRange LR,
const MachineOperand MO 
)
static