Lines Matching refs:SharingMap
156 DeclSAMapTy SharingMap; member
1334 if (Iter->SharingMap.count(D)) { in getDSA()
1335 const DSAInfo &Data = Iter->SharingMap.lookup(D); in getDSA()
1520 DSAInfo &Data = getTopOfStack().SharingMap[D]; in addDSA()
1537 DSAInfo &Data = getTopOfStack().SharingMap[PrivateCopy->getDecl()]; in addDSA()
1584 getTopOfStack().SharingMap[D].Attributes == OMPC_reduction && in addTaskgroupReductionData()
1609 getTopOfStack().SharingMap[D].Attributes == OMPC_reduction && in addTaskgroupReductionData()
1635 const DSAInfo &Data = I->SharingMap.lookup(D); in getTopMostTaskgroupReductionData()
1662 const DSAInfo &Data = I->SharingMap.lookup(D); in getTopMostTaskgroupReductionData()
1803 auto DSAIter = IterTarget->SharingMap.find(D); in getTopDSA()
1804 if (DSAIter != IterTarget->SharingMap.end() && in getTopDSA()
1842 auto It = I->SharingMap.find(D); in getTopDSA()
1843 if (It != I->SharingMap.end()) { in getTopDSA()
1893 auto It = I->SharingMap.find(D); in getTopDSA()
1894 if (It != I->SharingMap.end()) { in getTopDSA()
1985 auto I = StackElem.SharingMap.find(D); in hasExplicitDSA()
1986 if (I != StackElem.SharingMap.end() && I->getSecond().RefExpr.getPointer() && in hasExplicitDSA()