Lines Matching refs:SharingMap
154 DeclSAMapTy SharingMap; member
1283 if (Iter->SharingMap.count(D)) { in getDSA()
1284 const DSAInfo &Data = Iter->SharingMap.lookup(D); in getDSA()
1469 DSAInfo &Data = getTopOfStack().SharingMap[D]; in addDSA()
1486 DSAInfo &Data = getTopOfStack().SharingMap[PrivateCopy->getDecl()]; in addDSA()
1533 getTopOfStack().SharingMap[D].Attributes == OMPC_reduction && in addTaskgroupReductionData()
1558 getTopOfStack().SharingMap[D].Attributes == OMPC_reduction && in addTaskgroupReductionData()
1584 const DSAInfo &Data = I->SharingMap.lookup(D); in getTopMostTaskgroupReductionData()
1611 const DSAInfo &Data = I->SharingMap.lookup(D); in getTopMostTaskgroupReductionData()
1752 auto DSAIter = IterTarget->SharingMap.find(D); in getTopDSA()
1753 if (DSAIter != IterTarget->SharingMap.end() && in getTopDSA()
1791 auto It = I->SharingMap.find(D); in getTopDSA()
1792 if (It != I->SharingMap.end()) { in getTopDSA()
1842 auto It = I->SharingMap.find(D); in getTopDSA()
1843 if (It != I->SharingMap.end()) { in getTopDSA()
1934 auto I = StackElem.SharingMap.find(D); in hasExplicitDSA()
1935 if (I != StackElem.SharingMap.end() && I->getSecond().RefExpr.getPointer() && in hasExplicitDSA()