Table of Contents

Method PrependBasicBlock

Namespace
Ubiquity.NET.Llvm.Values
Assembly
Ubiquity.NET.Llvm.dll

PrependBasicBlock(LazyEncodedString)

Add a new basic block to the beginning of a function

public BasicBlock PrependBasicBlock(LazyEncodedString name)

Parameters

name LazyEncodedString

Name (label) for the block

Returns

BasicBlock

BasicBlock created and inserted at the beginning of the function