This method computes the number of uses of this Value.
Synopsis
Declared in <llvm/IR/Value.h>
unsigned int
getNumUses() const;
Description
This is a linear time operation. Use hasOneUse, hasNUses, or hasNUsesOrMore to check for specific values.
Return Value
The number of uses of this value.
Created with MrDocs