Lines Matching refs:SharingMap
121 DeclSAMapTy SharingMap; member
773 if (Iter->SharingMap.count(D)) { in getDSA()
774 const DSAInfo &Data = Iter->SharingMap.lookup(D); in getDSA()
908 DSAInfo &Data = Stack.back().first.back().SharingMap[D]; in addDSA()
924 Stack.back().first.back().SharingMap[PrivateCopy->getDecl()]; in addDSA()
969 Stack.back().first.back().SharingMap[D].Attributes == OMPC_reduction && in addTaskgroupReductionData()
992 Stack.back().first.back().SharingMap[D].Attributes == OMPC_reduction && in addTaskgroupReductionData()
1020 const DSAInfo &Data = I->SharingMap.lookup(D); in getTopMostTaskgroupReductionData()
1049 const DSAInfo &Data = I->SharingMap.lookup(D); in getTopMostTaskgroupReductionData()
1188 auto DSAIter = IterTarget->SharingMap.find(D); in getTopDSA()
1189 if (DSAIter != IterTarget->SharingMap.end() && in getTopDSA()
1259 auto It = I->SharingMap.find(D); in getTopDSA()
1260 if (It != I->SharingMap.end()) { in getTopDSA()
1338 auto I = StartI->SharingMap.find(D); in hasExplicitDSA()
1339 if ((I != StartI->SharingMap.end()) && in hasExplicitDSA()