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 153 void setValue(const Value *NewSV) { PtrInfo.V = NewSV; }
  /external/llvm/lib/CodeGen/
StackSlotColoring.cpp 485 const Value *NewSV = PseudoSourceValue::getFixedStack(NewFI);
489 (*I)->setValue(NewSV);

Completed in 505 milliseconds