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 |
|
Constructors |
Data Members
Name |
Description |
True if a descriptor is co‐allocated. |
|
True if operands are hung off separately. |
|
Number of operands allocated for this user. |
Created with MrDocs