Method InsertBasicBlock
InsertBasicBlock(String, BasicBlock)
Inserts a basic block before another block in the function
Declaration
public BasicBlock InsertBasicBlock(string name, BasicBlock insertBefore)
Parameters
public BasicBlock InsertBasicBlock(string name, BasicBlock insertBefore)
String | name | Name of the block |
BasicBlock | insertBefore | Block to insert the new block before |
Returns
BasicBlock | New BasicBlock inserted |
Exceptions
ArgumentException |
|