Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmtOpenMP.cpp913 llvm::BasicBlock *CopyBegin = nullptr, *CopyEnd = nullptr; in EmitOMPCopyinClause() local
946 CopyEnd = createBasicBlock("copyin.not.master.end"); in EmitOMPCopyinClause()
952 CopyBegin, CopyEnd); in EmitOMPCopyinClause()
966 if (CopyEnd) { in EmitOMPCopyinClause()
968 EmitBlock(CopyEnd, /*IsFinished=*/true); in EmitOMPCopyinClause()