Searched refs:CopyEnd (Results 1 – 2 of 2) sorted by relevance
3708 BasicBlock *CopyEnd = nullptr; in createCopyinClauseBlocks() local3713 CopyEnd = OMP_Entry->splitBasicBlock(OMP_Entry->getTerminator(), in createCopyinClauseBlocks()3717 CopyEnd = in createCopyinClauseBlocks()3725 Builder.CreateCondBr(cmp, CopyBegin, CopyEnd); in createCopyinClauseBlocks()3729 Builder.SetInsertPoint(Builder.CreateBr(CopyEnd)); in createCopyinClauseBlocks()
978 llvm::BasicBlock *CopyBegin = nullptr, *CopyEnd = nullptr; in EmitOMPCopyinClause() local1012 CopyEnd = createBasicBlock("copyin.not.master.end"); in EmitOMPCopyinClause()1020 CopyEnd); in EmitOMPCopyinClause()1034 if (CopyEnd) { in EmitOMPCopyinClause()1036 EmitBlock(CopyEnd, /*IsFinished=*/true); in EmitOMPCopyinClause()