llvm::User::growHungoffUses

Grow the number of hung off uses. Note that allocHungoffUses should be called if there are no uses.

Synopsis

Declared in <llvm/IR/User.h>

void
growHungoffUses(
    unsigned int N,
    bool WithExtraValues = false);

Parameters

NameDescription
NNew number of hung-off uses.
WithExtraValuesWhether to also allocate N trailing Value* slots.