Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp864 llvm::BasicBlock *CopyBegin = nullptr, *CopyEnd = nullptr; in EmitOMPCopyinClause() local
896 CopyBegin = createBasicBlock("copyin.not.master"); in EmitOMPCopyinClause()
903 CopyBegin, CopyEnd); in EmitOMPCopyinClause()
904 EmitBlock(CopyBegin); in EmitOMPCopyinClause()