Method AppendBasicBlock
AppendBasicBlock(BasicBlock)
Appends a new basic block to a function
public void AppendBasicBlock(BasicBlock block)
Parameters
blockBasicBlockExisting block to append to the function's list of blocks
AppendBasicBlock(LazyEncodedString)
Creates an appends a new basic block to a function
public BasicBlock AppendBasicBlock(LazyEncodedString name)
Parameters
nameLazyEncodedStringName (label) of the block
Returns
- BasicBlock
BasicBlock created and inserted onto the end of the function