Searched refs:splitBBWithSuffix (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 74 BasicBlock *splitBBWithSuffix(IRBuilderBase &Builder, bool CreateBranch,
|
| /openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 325 BasicBlock *llvm::splitBBWithSuffix(IRBuilderBase &Builder, bool CreateBranch, in splitBBWithSuffix() function in llvm 1629 splitBBWithSuffix(Builder, /*CreateBranch=*/false, ".sections.after"); in createSections() 1665 splitBBWithSuffix(Builder, /*CreateBranch=*/true, "sections.fini"); in createSections()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 1702 llvm::BasicBlock *FiniBB = splitBBWithSuffix(Builder, /*CreateBranch=*/false, in EmitOMPInlinedRegionBody() 1719 llvm::BasicBlock *FiniBB = splitBBWithSuffix(Builder, /*CreateBranch=*/false, in EmitOMPOutlinedRegionBody() 5860 llvm::BasicBlock *FiniBB = splitBBWithSuffix( in EmitOMPOrderedDirective()
|