|
LLVM
4.0.0
|
#include "LiveRangeCalc.h"#include "llvm/ADT/SetVector.h"#include "llvm/CodeGen/MachineDominators.h"#include "llvm/CodeGen/MachineRegisterInfo.h"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) |
| #define DEBUG_TYPE "regalloc" |
Definition at line 21 of file LiveRangeCalc.cpp.
|
static |
Definition at line 45 of file LiveRangeCalc.cpp.
References llvm::LiveRange::createDeadDef(), llvm::SlotIndexes::getInstructionIndex(), llvm::MachineOperand::getParent(), llvm::SlotIndex::getRegSlot(), llvm::MachineOperand::isEarlyClobber(), and MI.
Referenced by llvm::LiveRangeCalc::calculate(), and llvm::LiveRangeCalc::createDeadDefs().
1.8.6