Searched defs:NewSV (Results 1 – 2 of 2) sorted by relevance
195 void setValue(const Value *NewSV) { PtrInfo.V = NewSV; } in setValue()196 void setValue(const PseudoSourceValue *NewSV) { PtrInfo.V = NewSV; } in setValue()
313 const PseudoSourceValue *NewSV = PseudoSourceValue::getFixedStack(NewFI); in ColorSlots() local