Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLiveRangeCalc.cpp57 LI->createDeadDef(Idx, *Alloc); in createDeadDefs()
DLiveInterval.cpp52 VNInfo *LiveInterval::createDeadDef(SlotIndex Def, in createDeadDef() function in LiveInterval
DRegisterCoalescer.cpp779 LI->createDeadDef(NewMIIdx.getRegSlot(), LIS->getVNInfoAllocator()); in reMaterializeTrivialDef()
DLiveIntervalAnalysis.cpp588 VNInfo *VNI = Intv->createDeadDef(Begin, getVNInfoAllocator()); in computeLiveInRegUnits()
/external/llvm/include/llvm/CodeGen/
DLiveInterval.h242 VNInfo *createDeadDef(SlotIndex Def, VNInfo::Allocator &VNInfoAllocator);