Method PrependBasicBlock
PrependBasicBlock(LazyEncodedString)
Add a new basic block to the beginning of a function
public BasicBlock PrependBasicBlock(LazyEncodedString name)
Parameters
name
LazyEncodedStringName (label) for the block
Returns
- BasicBlock
BasicBlock created and inserted at the beginning of the function