Change non‐metadata uses of this to point to a new Value.
Synopsis
Declared in <llvm/IR/Value.h>
void
replaceNonMetadataUsesWith(Value* V);
Description
Go through the uses list for this definition and make each use point to "V" instead of "this". This function skips metadata entries in the list.
Parameters
Name |
Description |
V |
Replacement value for non‐metadata uses of this value. |
Created with MrDocs