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