Searched refs:NewSV (Results 1 – 4 of 4) sorted by relevance
200 void setValue(const Value *NewSV) { PtrInfo.V = NewSV; } in setValue() argument201 void setValue(const PseudoSourceValue *NewSV) { PtrInfo.V = NewSV; } in setValue() argument
153 void setValue(const Value *NewSV) { PtrInfo.V = NewSV; } in setValue() argument
322 const PseudoSourceValue *NewSV = MF.getPSVManager().getFixedStack(NewFI); in ColorSlots() local325 RefMMOs[i]->setValue(NewSV); in ColorSlots()
485 const Value *NewSV = PseudoSourceValue::getFixedStack(NewFI); in RewriteInstruction() local489 (*I)->setValue(NewSV); in RewriteInstruction()