Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1001 llvm::BasicBlock *CopyBegin = nullptr, *CopyEnd = nullptr; in EmitOMPCopyinClause() local
1034 CopyBegin = createBasicBlock("copyin.not.master"); in EmitOMPCopyinClause()
1042 Builder.CreateICmpNE(MasterAddrInt, PrivateAddrInt), CopyBegin, in EmitOMPCopyinClause()
1044 EmitBlock(CopyBegin); in EmitOMPCopyinClause()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp5836 BasicBlock *CopyBegin = in createCopyinClauseBlocks() local
5855 Builder.CreateCondBr(cmp, CopyBegin, CopyEnd); in createCopyinClauseBlocks()
5857 Builder.SetInsertPoint(CopyBegin); in createCopyinClauseBlocks()