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

Completed in 135 milliseconds