Information about how a User object was allocated, to be passed into the User constructor.

Synopsis

Declared in <llvm/IR/User.h>

struct AllocInfo;

Description

DO NOT USE DIRECTLY. Use one of the AllocMarker structs instead, they call all be implicitly converted to AllocInfo.

Member Functions

Name

Description

AllocInfo [constructor]

Constructors

Data Members

Name

Description

HasDescriptor

True if a descriptor is co‐allocated.

HasHungOffUses

True if operands are hung off separately.

NumOps

Number of operands allocated for this user.

Created with MrDocs