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

Completed in 119 milliseconds