Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp700 llvm::BasicBlock *CopyBegin = nullptr, *CopyEnd = nullptr; in EmitOMPCopyinClause() local
733 CopyEnd = createBasicBlock("copyin.not.master.end"); in EmitOMPCopyinClause()
738 CopyBegin, CopyEnd); in EmitOMPCopyinClause()
750 if (CopyEnd) { in EmitOMPCopyinClause()
752 EmitBlock(CopyEnd, /*IsFinished=*/true); in EmitOMPCopyinClause()