Home
last modified time | relevance | path

Searched refs:createDeadDef (Results 1 – 6 of 6) 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()
137 createDeadDef(*Indexes, *Alloc, LR, MO); in createDeadDefs()
DLiveInterval.cpp61 VNInfo *createDeadDef(SlotIndex Def, VNInfo::Allocator &VNInfoAllocator) { in createDeadDef() function in __anonb437b32b0111::CalcLiveRangeUtilBase
320 VNInfo *LiveRange::createDeadDef(SlotIndex Def, in createDeadDef() function in LiveRange
324 return CalcLiveRangeUtilSet(this).createDeadDef(Def, VNInfoAllocator); in createDeadDef()
326 return CalcLiveRangeUtilVector(this).createDeadDef(Def, VNInfoAllocator); in createDeadDef()
DPHIElimination.cpp339 DestLI.createDeadDef(DestCopyIndex.getRegSlot(), in LowerPHINode()
DRegisterCoalescer.cpp1032 LR->createDeadDef(NewMIIdx.getRegSlot(), LIS->getVNInfoAllocator()); in reMaterializeTrivialDef()
1057 LR->createDeadDef(NewMIIdx.getRegSlot(), LIS->getVNInfoAllocator()); in reMaterializeTrivialDef()
1543 LR.createDeadDef(DestRegIdx, LIS->getVNInfoAllocator()); in joinReservedPhysReg()
DLiveIntervalAnalysis.cpp335 VNInfo *VNI = LR->createDeadDef(Begin, getVNInfoAllocator()); in computeLiveInRegUnits()
/external/llvm/include/llvm/CodeGen/
DLiveInterval.h317 VNInfo *createDeadDef(SlotIndex Def, VNInfo::Allocator &VNInfoAllocator);