Table of Contents

Class Alloca

Namespace
Ubiquity.NET.Llvm.Instructions
Assembly
Ubiquity.NET.Llvm.dll

Alloca instruction for allocating stack space

public sealed class Alloca : UnaryInstruction, IEquatable<Value>
Inheritance
Alloca
Implements
Inherited Members
Extension Methods

Remarks

LLVM Mem2Reg pass will convert alloca locations to register for the entry block to the maximum extent possible.

Properties

ElementType

Gets the type of the alloca element

See Also