Searched refs:CopyEnd (Results 1 – 2 of 2) sorted by relevance
1039 llvm::BasicBlock *CopyBegin = nullptr, *CopyEnd = nullptr; in EmitOMPCopyinClause() local1073 CopyEnd = createBasicBlock("copyin.not.master.end"); in EmitOMPCopyinClause()1081 CopyEnd); in EmitOMPCopyinClause()1095 if (CopyEnd) { in EmitOMPCopyinClause()1097 EmitBlock(CopyEnd, /*IsFinished=*/true); in EmitOMPCopyinClause()
6164 BasicBlock *CopyEnd = nullptr; in createCopyinClauseBlocks() local6169 CopyEnd = OMP_Entry->splitBasicBlock(OMP_Entry->getTerminator(), in createCopyinClauseBlocks()6173 CopyEnd = in createCopyinClauseBlocks()6181 Builder.CreateCondBr(cmp, CopyBegin, CopyEnd); in createCopyinClauseBlocks()6185 Builder.SetInsertPoint(Builder.CreateBr(CopyEnd)); in createCopyinClauseBlocks()