Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h325 void setValue(const Value *NewSV) { PtrInfo.V = NewSV; } in setValue() argument
326 void setValue(const PseudoSourceValue *NewSV) { PtrInfo.V = NewSV; } in setValue() argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp398 const PseudoSourceValue *NewSV = MF.getPSVManager().getFixedStack(NewFI); in ColorSlots() local
401 MMO->setValue(NewSV); in ColorSlots()
H A DStackColoring.cpp1101 const PseudoSourceValue *NewSV = in remapInstructions() local
1104 Ref->setValue(NewSV); in remapInstructions()