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.cpp1039 llvm::BasicBlock *CopyBegin = nullptr, *CopyEnd = nullptr; in EmitOMPCopyinClause() local
1072 CopyBegin = createBasicBlock("copyin.not.master"); in EmitOMPCopyinClause()
1080 Builder.CreateICmpNE(MasterAddrInt, PrivateAddrInt), CopyBegin, in EmitOMPCopyinClause()
1082 EmitBlock(CopyBegin); in EmitOMPCopyinClause()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp6162 BasicBlock *CopyBegin = in createCopyinClauseBlocks() local
6181 Builder.CreateCondBr(cmp, CopyBegin, CopyEnd); in createCopyinClauseBlocks()
6183 Builder.SetInsertPoint(CopyBegin); in createCopyinClauseBlocks()