Home
last modified time | relevance | path

Searched defs: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()
326 void setValue(const PseudoSourceValue *NewSV) { PtrInfo.V = NewSV; } in setValue()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp398 const PseudoSourceValue *NewSV = MF.getPSVManager().getFixedStack(NewFI); in ColorSlots() local
H A DStackColoring.cpp1101 const PseudoSourceValue *NewSV = in remapInstructions() local