pub unsafe extern "C" fn LLVMInsertExistingBasicBlockAfterInsertBlock(
Builder: LLVMBuilderRef,
BB: LLVMBasicBlockRef
)Expand description
Insert the given basic block after the insertion point of the given builder.
pub unsafe extern "C" fn LLVMInsertExistingBasicBlockAfterInsertBlock(
Builder: LLVMBuilderRef,
BB: LLVMBasicBlockRef
)Insert the given basic block after the insertion point of the given builder.