Home
last modified time | relevance | path

Searched refs:splitBBWithSuffix (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h69 BasicBlock *splitBBWithSuffix(IRBuilderBase &Builder, bool CreateBranch,
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp323 BasicBlock *llvm::splitBBWithSuffix(IRBuilderBase &Builder, bool CreateBranch, in splitBBWithSuffix() function in llvm
1540 splitBBWithSuffix(Builder, /*CreateBranch=*/false, ".sections.after"); in createSections()
1576 splitBBWithSuffix(Builder, /*CreateBranch=*/true, "sections.fini"); in createSections()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1686 llvm::BasicBlock *FiniBB = splitBBWithSuffix(Builder, /*CreateBranch=*/false, in EmitOMPInlinedRegionBody()
1703 llvm::BasicBlock *FiniBB = splitBBWithSuffix(Builder, /*CreateBranch=*/false, in EmitOMPOutlinedRegionBody()
5796 llvm::BasicBlock *FiniBB = splitBBWithSuffix( in EmitOMPOrderedDirective()