Searched refs:NewSV (Results 1 – 2 of 2) sorted by relevance
198 void setValue(const Value *NewSV) { PtrInfo.V = NewSV; } in setValue() argument199 void setValue(const PseudoSourceValue *NewSV) { PtrInfo.V = NewSV; } in setValue() argument
321 const PseudoSourceValue *NewSV = MF.getPSVManager().getFixedStack(NewFI); in ColorSlots() local324 RefMMOs[i]->setValue(NewSV); in ColorSlots()