Searched refs:CopyEnd (Results 1 – 2 of 2) sorted by relevance
5838 BasicBlock *CopyEnd = nullptr; in createCopyinClauseBlocks() local5843 CopyEnd = OMP_Entry->splitBasicBlock(OMP_Entry->getTerminator(), in createCopyinClauseBlocks()5847 CopyEnd = in createCopyinClauseBlocks()5855 Builder.CreateCondBr(cmp, CopyBegin, CopyEnd); in createCopyinClauseBlocks()5859 Builder.SetInsertPoint(Builder.CreateBr(CopyEnd)); in createCopyinClauseBlocks()
1001 llvm::BasicBlock *CopyBegin = nullptr, *CopyEnd = nullptr; in EmitOMPCopyinClause() local1035 CopyEnd = createBasicBlock("copyin.not.master.end"); in EmitOMPCopyinClause()1043 CopyEnd); in EmitOMPCopyinClause()1057 if (CopyEnd) { in EmitOMPCopyinClause()1059 EmitBlock(CopyEnd, /*IsFinished=*/true); in EmitOMPCopyinClause()