Searched refs:CopiedVars (Results 1 – 2 of 2) sorted by relevance
699 llvm::DenseSet<const VarDecl *> CopiedVars; in EmitOMPCopyinClause() local708 if (CopiedVars.insert(VD->getCanonicalDecl()).second) { in EmitOMPCopyinClause()729 if (CopiedVars.size() == 1) { in EmitOMPCopyinClause()
953 llvm::DenseSet<const VarDecl *> CopiedVars; in EmitOMPCopyinClause() local962 if (CopiedVars.insert(VD->getCanonicalDecl()).second) { in EmitOMPCopyinClause()983 if (CopiedVars.size() == 1) { in EmitOMPCopyinClause()