LLVMInsertBasicBlockInContext

Function LLVMInsertBasicBlockInContext 

Source
pub unsafe extern "C" fn LLVMInsertBasicBlockInContext(
    C: LLVMContextRef,
    BB: LLVMBasicBlockRef,
    Name: *const c_char,
) -> LLVMBasicBlockRef
Expand 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.

@see llvm::BasicBlock::Create()