Lines Matching refs:SharingMap
151 DeclSAMapTy SharingMap; member
1193 if (Iter->SharingMap.count(D)) { in getDSA()
1194 const DSAInfo &Data = Iter->SharingMap.lookup(D); in getDSA()
1367 DSAInfo &Data = getTopOfStack().SharingMap[D]; in addDSA()
1384 DSAInfo &Data = getTopOfStack().SharingMap[PrivateCopy->getDecl()]; in addDSA()
1431 getTopOfStack().SharingMap[D].Attributes == OMPC_reduction && in addTaskgroupReductionData()
1457 getTopOfStack().SharingMap[D].Attributes == OMPC_reduction && in addTaskgroupReductionData()
1484 const DSAInfo &Data = I->SharingMap.lookup(D); in getTopMostTaskgroupReductionData()
1511 const DSAInfo &Data = I->SharingMap.lookup(D); in getTopMostTaskgroupReductionData()
1654 auto DSAIter = IterTarget->SharingMap.find(D); in getTopDSA()
1655 if (DSAIter != IterTarget->SharingMap.end() && in getTopDSA()
1693 auto It = I->SharingMap.find(D); in getTopDSA()
1694 if (It != I->SharingMap.end()) { in getTopDSA()
1744 auto It = I->SharingMap.find(D); in getTopDSA()
1745 if (It != I->SharingMap.end()) { in getTopDSA()
1834 auto I = StackElem.SharingMap.find(D); in hasExplicitDSA()
1835 if (I != StackElem.SharingMap.end() && I->getSecond().RefExpr.getPointer() && in hasExplicitDSA()