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 // LI->createDeadDef() will deduplicate.
58 LI->createDeadDef(Idx, *Alloc);
PHIElimination.cpp 336 DestLI.createDeadDef(DestCopyIndex.getRegSlot(),
LiveInterval.cpp 52 VNInfo *LiveInterval::createDeadDef(SlotIndex Def,
LiveIntervalAnalysis.cpp 299 VNInfo *VNI = Intv->createDeadDef(Begin, getVNInfoAllocator());
    [all...]
RegisterCoalescer.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 237 /// createDeadDef - Make sure the interval has a value defined at Def.
240 VNInfo *createDeadDef(SlotIndex Def, VNInfo::Allocator &VNInfoAllocator);

Completed in 175 milliseconds