Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h195 void setValue(const Value *NewSV) { PtrInfo.V = NewSV; } in setValue()
196 void setValue(const PseudoSourceValue *NewSV) { PtrInfo.V = NewSV; } in setValue()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp313 const PseudoSourceValue *NewSV = PseudoSourceValue::getFixedStack(NewFI); in ColorSlots() local