Record a use of the symbolic value. This use will be updated with a rewritten value when RewriteAllUses is called.
Synopsis
Declared in <llvm/Transforms/Utils/SSAUpdaterBulk.h>
void
AddUse(
unsigned int Var,
Use* U);
Parameters
Name |
Description |
U |
A Use represents the edge between a Value definition and its users. |
Created with MrDocs