reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
943 if (Iter->SharingMap.count(D)) { 944 const DSAInfo &Data = Iter->SharingMap.lookup(D); 1076 DSAInfo &Data = getTopOfStack().SharingMap[D]; 1091 DSAInfo &Data = getTopOfStack().SharingMap[PrivateCopy->getDecl()]; 1136 getTopOfStack().SharingMap[D].Attributes == OMPC_reduction && 1159 getTopOfStack().SharingMap[D].Attributes == OMPC_reduction && 1183 const DSAInfo &Data = I->SharingMap.lookup(D); 1208 const DSAInfo &Data = I->SharingMap.lookup(D); 1342 auto DSAIter = IterTarget->SharingMap.find(D); 1343 if (DSAIter != IterTarget->SharingMap.end() && 1380 auto It = I->SharingMap.find(D); 1381 if (It != I->SharingMap.end()) { 1426 auto It = I->SharingMap.find(D); 1427 if (It != I->SharingMap.end()) { 1502 auto I = StackElem.SharingMap.find(D); 1503 if (I != StackElem.SharingMap.end() &&