Method AppendBasicBlock
AppendBasicBlock(BasicBlock)
Appends a new basic block to a function
Declaration
public void AppendBasicBlock(BasicBlock block)
Parameters
public void AppendBasicBlock(BasicBlock block)
BasicBlock | block | Existing block to append to the function's list of blocks |
AppendBasicBlock(String)
Creates an appends a new basic block to a function
Declaration
public BasicBlock AppendBasicBlock(string name)
Parameters
public BasicBlock AppendBasicBlock(string name)
String | name | Name (label) of the block |
Returns
BasicBlock | BasicBlock created and inserted onto the end of the function |