ΒΆLLVMBasicBlockRef LLVMInsertBasicBlockInContext(
    LLVMContextRef C,
    LLVMBasicBlockRef BB,
    const char* Name)

Description

Insert a basic block in a function before another basic block. The function to add to is determined by the function of the passed basic block.

Declared at: llvm/include/llvm-c/Core.h:3093

Parameters

LLVMContextRef C
LLVMBasicBlockRef BB
const char* Name