Searched refs:CopyEnd (Results 1 – 2 of 2) sorted by relevance
2109 BasicBlock *CopyEnd = nullptr; in createCopyinClauseBlocks() local2114 CopyEnd = OMP_Entry->splitBasicBlock(OMP_Entry->getTerminator(), in createCopyinClauseBlocks()2118 CopyEnd = in createCopyinClauseBlocks()2126 Builder.CreateCondBr(cmp, CopyBegin, CopyEnd); in createCopyinClauseBlocks()2130 Builder.SetInsertPoint(Builder.CreateBr(CopyEnd)); in createCopyinClauseBlocks()
975 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()