Method InsertBasicBlock
InsertBasicBlock(LazyEncodedString, BasicBlock)
Inserts a basic block before another block in the function
public BasicBlock InsertBasicBlock(LazyEncodedString name, BasicBlock insertBefore)
Parameters
name
LazyEncodedStringName of the block
insertBefore
BasicBlockBlock to insert the new block before
Returns
- BasicBlock
New BasicBlock inserted
Exceptions
- ArgumentException
insertBefore
belongs to a different function