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

  /external/llvm/include/llvm/CodeGen/
MachineMemOperand.h 177 void setValue(const Value *NewSV) { PtrInfo.V = NewSV; }
  /external/llvm/lib/CodeGen/
StackSlotColoring.cpp 314 const Value *NewSV = PseudoSourceValue::getFixedStack(NewFI);
317 RefMMOs[i]->setValue(NewSV);

Completed in 37 milliseconds