Searched refs:createDeadDef (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | LiveRangeCalc.cpp | 43 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()
|
D | LiveInterval.cpp | 62 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()
|
D | RegisterCoalescer.cpp | 1060 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()
|
D | PHIElimination.cpp | 338 DestLI.createDeadDef(DestCopyIndex.getRegSlot(), in LowerPHINode()
|
D | LiveIntervalAnalysis.cpp | 324 VNInfo *VNI = LR->createDeadDef(Begin, getVNInfoAllocator()); in computeLiveInRegUnits()
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveInterval.h | 317 VNInfo *createDeadDef(SlotIndex Def, VNInfo::Allocator &VNInfoAllocator);
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 902 CCLiveRange.createDeadDef(MISlot, LIS->getVNInfoAllocator()); in foldMemoryOperandImpl()
|