Class Alloca
Alloca instruction for allocating stack space
Namespace: Ubiquity.NET.Llvm.Instructions
Assembly: Ubiquity.NET.Llvm.dll
Syntax
public class Alloca : UnaryInstruction, IExtensiblePropertyContainer, IOperandContainer<Value>
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 |