ΒΆvoid LLVMInsertExistingBasicBlockAfterInsertBlock(
    LLVMBuilderRef Builder,
    LLVMBasicBlockRef BB)

Description

Insert the given basic block after the insertion point of the given builder. The insertion point must be valid.

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

Parameters

LLVMBuilderRef Builder
LLVMBasicBlockRef BB