Class Alloca
Alloca instruction for allocating stack space
Namespace: Llvm.NET.Instructions
Assembly: Llvm.NET.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 |