Grow the number of hung off uses. Note that allocHungoffUses should be called if there are no uses.
Declared in <llvm/IR/User.h>
void
growHungoffUses(
unsigned int N,
bool WithExtraValues = false);
| Name | Description |
|---|---|
| N | New number of hung-off uses. |
| WithExtraValues | Whether to also allocate N trailing Value* slots. |