Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h286 void setValue(const Value *NewSV) { PtrInfo.V = NewSV; } in setValue()
287 void setValue(const PseudoSourceValue *NewSV) { PtrInfo.V = NewSV; } in setValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp365 const PseudoSourceValue *NewSV = MF.getPSVManager().getFixedStack(NewFI); in ColorSlots() local
H A DStackColoring.cpp1129 const PseudoSourceValue *NewSV = in remapInstructions() local