Searched refs:CopyEnd (Results 1 – 2 of 2) sorted by relevance
2120 BasicBlock *CopyEnd = nullptr; in createCopyinClauseBlocks() local2125 CopyEnd = OMP_Entry->splitBasicBlock(OMP_Entry->getTerminator(), in createCopyinClauseBlocks()2129 CopyEnd = in createCopyinClauseBlocks()2137 Builder.CreateCondBr(cmp, CopyBegin, CopyEnd); in createCopyinClauseBlocks()2141 Builder.SetInsertPoint(Builder.CreateBr(CopyEnd)); in createCopyinClauseBlocks()
983 llvm::BasicBlock *CopyBegin = nullptr, *CopyEnd = nullptr; in EmitOMPCopyinClause() local1016 CopyEnd = createBasicBlock("copyin.not.master.end"); in EmitOMPCopyinClause()1024 CopyEnd); in EmitOMPCopyinClause()1038 if (CopyEnd) { in EmitOMPCopyinClause()1040 EmitBlock(CopyEnd, /*IsFinished=*/true); in EmitOMPCopyinClause()