Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h317 void setValue(const Value *NewSV) { PtrInfo.V = NewSV; } in setValue()
318 void setValue(const PseudoSourceValue *NewSV) { PtrInfo.V = NewSV; } in setValue()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp361 const PseudoSourceValue *NewSV = MF.getPSVManager().getFixedStack(NewFI); in ColorSlots() local
H A DStackColoring.cpp1129 const PseudoSourceValue *NewSV = in remapInstructions() local