Function llvm_sys::core::LLVMInsertExistingBasicBlockAfterInsertBlock
source ยท 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.