ΒΆllvm::BasicBlock* splitBBWithSuffix(
    llvm::IRBuilderBase& Builder,
    bool CreateBranch,
    llvm::Twine Suffix = ".split")

Description

Like splitBB, but reuses the current block's name for the new name.

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

Parameters

llvm::IRBuilderBase& Builder
bool CreateBranch
llvm::Twine Suffix = ".split"