Searched refs:NewSV (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h286 void setValue(const Value *NewSV) { PtrInfo.V = NewSV; } argument
287 void setValue(const PseudoSourceValue *NewSV) { PtrInfo.V = NewSV; } argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp368 const PseudoSourceValue *NewSV = MF.getPSVManager().getFixedStack(NewFI); local
371 RefMMOs[i]->setValue(NewSV);
H A DStackColoring.cpp1080 const PseudoSourceValue *NewSV = local
1083 Ref->setValue(NewSV);

Completed in 162 milliseconds