Searched refs:splitBBWithSuffix (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 76 BasicBlock *splitBBWithSuffix(IRBuilderBase &Builder, bool CreateBranch,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 351 BasicBlock *llvm::splitBBWithSuffix(IRBuilderBase &Builder, bool CreateBranch, in splitBBWithSuffix() function in llvm 1966 splitBBWithSuffix(Builder, /*CreateBranch=*/false, ".sections.after"); in createSections() 2002 splitBBWithSuffix(Builder, /*CreateBranch=*/true, "sections.fini"); in createSections()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 1697 llvm::BasicBlock *FiniBB = splitBBWithSuffix(Builder, /*CreateBranch=*/false, in EmitOMPInlinedRegionBody() 1714 llvm::BasicBlock *FiniBB = splitBBWithSuffix(Builder, /*CreateBranch=*/false, in EmitOMPOutlinedRegionBody() 5903 llvm::BasicBlock *FiniBB = splitBBWithSuffix( in EmitOMPOrderedDirective()
|