Home
last modified time | relevance | path

Searched refs:CopyBegin (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp974 llvm::BasicBlock *CopyBegin = nullptr, *CopyEnd = nullptr; in EmitOMPCopyinClause() local
1007 CopyBegin = createBasicBlock("copyin.not.master"); in EmitOMPCopyinClause()
1015 Builder.CreateICmpNE(MasterAddrInt, PrivateAddrInt), CopyBegin, in EmitOMPCopyinClause()
1017 EmitBlock(CopyBegin); in EmitOMPCopyinClause()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp4281 BasicBlock *CopyBegin = in createCopyinClauseBlocks() local
4300 Builder.CreateCondBr(cmp, CopyBegin, CopyEnd); in createCopyinClauseBlocks()
4302 Builder.SetInsertPoint(CopyBegin); in createCopyinClauseBlocks()