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

Name

Description

N

New number of hung‐off uses.

WithExtraValues

Whether to also allocate N trailing Value* slots.

Created with MrDocs