Class Alloca
Alloca instruction for allocating stack space
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Ubiquity.NET.Llvm.Instructions
Assembly: Ubiquity.NET.Llvm.dll
Syntax
public class Alloca : UnaryInstruction, IExtensiblePropertyContainer
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 |