ΒΆLLVMBasicBlockRef LLVMInsertBasicBlock(
LLVMBasicBlockRef InsertBeforeBB,
const char* Name)
LLVMBasicBlockRef LLVMInsertBasicBlock(
LLVMBasicBlockRef InsertBeforeBB,
const char* Name)
Description
Insert a basic block in a function using the global context.
Declared at: llvm/include/llvm-c/Core.h:2990
Parameters
- LLVMBasicBlockRef InsertBeforeBB
- const char* Name