HomeSort by relevance Sort by last modified time
    Searched refs:createDeadDef (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/CodeGen/
LiveRangeCalc.cpp 43 static void createDeadDef(SlotIndexes &Indexes, VNInfo::Allocator &Alloc,
50 LR.createDeadDef(DefIdx, Alloc);
58 // createDeadDef() will deduplicate.
94 createDeadDef(*Indexes, *Alloc, *CommonRange, MO);
101 createDeadDef(*Indexes, *Alloc, *NewRange, MO);
108 createDeadDef(*Indexes, *Alloc, LI, MO);
135 // LR.createDeadDef() will deduplicate.
137 createDeadDef(*Indexes, *Alloc, LR, MO);
LiveInterval.cpp 61 VNInfo *createDeadDef(SlotIndex Def, VNInfo::Allocator &VNInfoAllocator) {
320 VNInfo *LiveRange::createDeadDef(SlotIndex Def,
324 return CalcLiveRangeUtilSet(this).createDeadDef(Def, VNInfoAllocator);
326 return CalcLiveRangeUtilVector(this).createDeadDef(Def, VNInfoAllocator);
    [all...]
PHIElimination.cpp 339 DestLI.createDeadDef(DestCopyIndex.getRegSlot(),
RegisterCoalescer.cpp     [all...]
LiveIntervalAnalysis.cpp 335 VNInfo *VNI = LR->createDeadDef(Begin, getVNInfoAllocator());
    [all...]
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 314 /// createDeadDef - Make sure the range has a value defined at Def.
317 VNInfo *createDeadDef(SlotIndex Def, VNInfo::Allocator &VNInfoAllocator);

Completed in 862 milliseconds