Searched refs:CopyEnd (Results 1 – 2 of 2) sorted by relevance
3500 BasicBlock *CopyEnd = nullptr; in createCopyinClauseBlocks() local3505 CopyEnd = OMP_Entry->splitBasicBlock(OMP_Entry->getTerminator(), in createCopyinClauseBlocks()3509 CopyEnd = in createCopyinClauseBlocks()3517 Builder.CreateCondBr(cmp, CopyBegin, CopyEnd); in createCopyinClauseBlocks()3521 Builder.SetInsertPoint(Builder.CreateBr(CopyEnd)); in createCopyinClauseBlocks()
976 llvm::BasicBlock *CopyBegin = nullptr, *CopyEnd = nullptr; in EmitOMPCopyinClause() local1010 CopyEnd = createBasicBlock("copyin.not.master.end"); in EmitOMPCopyinClause()1018 CopyEnd); in EmitOMPCopyinClause()1032 if (CopyEnd) { in EmitOMPCopyinClause()1034 EmitBlock(CopyEnd, /*IsFinished=*/true); in EmitOMPCopyinClause()