Home
last modified time | relevance | path

Searched refs:NewSV (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineMemOperand.h195 void setValue(const Value *NewSV) { PtrInfo.V = NewSV; } in setValue() argument
196 void setValue(const PseudoSourceValue *NewSV) { PtrInfo.V = NewSV; } in setValue() argument
/external/llvm/lib/CodeGen/
DStackSlotColoring.cpp321 const PseudoSourceValue *NewSV = PseudoSourceValue::getFixedStack(NewFI); in ColorSlots() local
324 RefMMOs[i]->setValue(NewSV); in ColorSlots()