Method AppendBasicBlock
AppendBasicBlock(BasicBlock)
Appends a new basic block to a function
public void AppendBasicBlock(BasicBlock block)
Parameters
block
BasicBlockExisting 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
name
LazyEncodedStringName (label) of the block
Returns
- BasicBlock
BasicBlock created and inserted onto the end of the function