Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp275 llvm::BasicBlock *CopyBegin = nullptr, *CopyEnd = nullptr; in EmitOMPCopyinClause() local
295 CopyBegin = createBasicBlock("copyin.not.master"); in EmitOMPCopyinClause()
301 CopyBegin, CopyEnd); in EmitOMPCopyinClause()
302 EmitBlock(CopyBegin); in EmitOMPCopyinClause()