================
@@ -246,6 +246,9 @@ class VPUser {
New->addUser(*this);
}
+ /// Replaces all uses of \p From in the VPUser with \p To.
+ void replaceUsesOfWith(VPValue *From, VPValue *To);
----------------
Mel-Chen wrote:
ditto
https://github.com/llvm/llvm-project/pull/132691