Searched refs:CopyEnd (Results 1 – 2 of 2) sorted by relevance
4283 BasicBlock *CopyEnd = nullptr; in createCopyinClauseBlocks() local4288 CopyEnd = OMP_Entry->splitBasicBlock(OMP_Entry->getTerminator(), in createCopyinClauseBlocks()4292 CopyEnd = in createCopyinClauseBlocks()4300 Builder.CreateCondBr(cmp, CopyBegin, CopyEnd); in createCopyinClauseBlocks()4304 Builder.SetInsertPoint(Builder.CreateBr(CopyEnd)); in createCopyinClauseBlocks()
974 llvm::BasicBlock *CopyBegin = nullptr, *CopyEnd = nullptr; in EmitOMPCopyinClause() local1008 CopyEnd = createBasicBlock("copyin.not.master.end"); in EmitOMPCopyinClause()1016 CopyEnd); in EmitOMPCopyinClause()1030 if (CopyEnd) { in EmitOMPCopyinClause()1032 EmitBlock(CopyEnd, /*IsFinished=*/true); in EmitOMPCopyinClause()