|
LLVM
3.7.0
|
#include "LiveRangeCalc.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 20 of file LiveRangeCalc.cpp.
|
static |
Definition at line 43 of file LiveRangeCalc.cpp.
References llvm::LiveRange::createDeadDef(), llvm::SlotIndexes::getInstructionIndex(), llvm::MachineOperand::getParent(), llvm::SlotIndex::getRegSlot(), llvm::MachineOperand::isEarlyClobber(), and llvm::AArch64CC::MI.
Referenced by llvm::LiveRangeCalc::calculate(), and llvm::LiveRangeCalc::createDeadDefs().
1.8.6