Home
last modified time | relevance | path

Searched refs:CopyEnd (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
897 CopyEnd = createBasicBlock("copyin.not.master.end"); in EmitOMPCopyinClause()
903 CopyBegin, CopyEnd); in EmitOMPCopyinClause()
917 if (CopyEnd) { in EmitOMPCopyinClause()
919 EmitBlock(CopyEnd, /*IsFinished=*/true); in EmitOMPCopyinClause()