Searched refs:splitBBWithSuffix (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 78 BasicBlock *splitBBWithSuffix(IRBuilderBase &Builder, bool CreateBranch,
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 354 BasicBlock *llvm::splitBBWithSuffix(IRBuilderBase &Builder, bool CreateBranch, in splitBBWithSuffix() function in llvm 2108 splitBBWithSuffix(Builder, /*CreateBranch=*/false, ".sections.after"); in createSections() 2144 splitBBWithSuffix(Builder, /*CreateBranch=*/true, "sections.fini"); in createSections()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 1725 llvm::BasicBlock *FiniBB = splitBBWithSuffix(Builder, /*CreateBranch=*/false, in EmitOMPInlinedRegionBody() 1742 llvm::BasicBlock *FiniBB = splitBBWithSuffix(Builder, /*CreateBranch=*/false, in EmitOMPOutlinedRegionBody() 5957 llvm::BasicBlock *FiniBB = splitBBWithSuffix( in EmitOMPOrderedDirective()
|