ΒΆvoid spliceBB(IRBuilder<>& Builder,
              llvm::BasicBlock* New,
              bool CreateBranch)

Description

Splice a BasicBlock at an IRBuilder's current insertion point. Its new insert location will stick to after the instruction before the insertion point (instead of moving with the instruction the InsertPoint stores internally).

Declared at: llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h:41

Parameters

IRBuilder<>& Builder
llvm::BasicBlock* New
bool CreateBranch