Home
last modified time | relevance | path

Searched refs:createDeadDef (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/CodeGen/
DLiveRangeCalc.cpp43 static void createDeadDef(SlotIndexes &Indexes, VNInfo::Allocator &Alloc, in createDeadDef() function
50 LR.createDeadDef(DefIdx, Alloc); in createDeadDef()
94 createDeadDef(*Indexes, *Alloc, *CommonRange, MO); in calculate()
101 createDeadDef(*Indexes, *Alloc, *NewRange, MO); in calculate()
108 createDeadDef(*Indexes, *Alloc, LI, MO); in calculate()
139 MainRange.createDeadDef(VNI->def, *Alloc); in constructMainRangeFromSubranges()
153 createDeadDef(*Indexes, *Alloc, LR, MO); in createDeadDefs()
DLiveInterval.cpp62 VNInfo *createDeadDef(SlotIndex Def, VNInfo::Allocator &VNInfoAllocator) { in createDeadDef() function in __anon4097e9ea0111::CalcLiveRangeUtilBase
323 VNInfo *LiveRange::createDeadDef(SlotIndex Def, in createDeadDef() function in LiveRange
327 return CalcLiveRangeUtilSet(this).createDeadDef(Def, VNInfoAllocator); in createDeadDef()
329 return CalcLiveRangeUtilVector(this).createDeadDef(Def, VNInfoAllocator); in createDeadDef()
DRegisterCoalescer.cpp1060 SR.createDeadDef(DefIndex, Alloc); in reMaterializeTrivialDef()
1065 SR->createDeadDef(DefIndex, Alloc); in reMaterializeTrivialDef()
1096 LR->createDeadDef(NewMIIdx.getRegSlot(), LIS->getVNInfoAllocator()); in reMaterializeTrivialDef()
1111 LR->createDeadDef(NewMIIdx.getRegSlot(), LIS->getVNInfoAllocator()); in reMaterializeTrivialDef()
1617 LR.createDeadDef(DestRegIdx, LIS->getVNInfoAllocator()); in joinReservedPhysReg()
DPHIElimination.cpp338 DestLI.createDeadDef(DestCopyIndex.getRegSlot(), in LowerPHINode()
DLiveIntervalAnalysis.cpp324 VNInfo *VNI = LR->createDeadDef(Begin, getVNInfoAllocator()); in computeLiveInRegUnits()
/external/llvm/include/llvm/CodeGen/
DLiveInterval.h317 VNInfo *createDeadDef(SlotIndex Def, VNInfo::Allocator &VNInfoAllocator);
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp902 CCLiveRange.createDeadDef(MISlot, LIS->getVNInfoAllocator()); in foldMemoryOperandImpl()