Lines Matching refs:SharingMap
161 DeclSAMapTy SharingMap; member
1339 if (Iter->SharingMap.count(D)) { in getDSA()
1340 const DSAInfo &Data = Iter->SharingMap.lookup(D); in getDSA()
1525 DSAInfo &Data = getTopOfStack().SharingMap[D]; in addDSA()
1542 DSAInfo &Data = getTopOfStack().SharingMap[PrivateCopy->getDecl()]; in addDSA()
1589 getTopOfStack().SharingMap[D].Attributes == OMPC_reduction && in addTaskgroupReductionData()
1614 getTopOfStack().SharingMap[D].Attributes == OMPC_reduction && in addTaskgroupReductionData()
1640 const DSAInfo &Data = I->SharingMap.lookup(D); in getTopMostTaskgroupReductionData()
1667 const DSAInfo &Data = I->SharingMap.lookup(D); in getTopMostTaskgroupReductionData()
1808 auto DSAIter = IterTarget->SharingMap.find(D); in getTopDSA()
1809 if (DSAIter != IterTarget->SharingMap.end() && in getTopDSA()
1847 auto It = I->SharingMap.find(D); in getTopDSA()
1848 if (It != I->SharingMap.end()) { in getTopDSA()
1898 auto It = I->SharingMap.find(D); in getTopDSA()
1899 if (It != I->SharingMap.end()) { in getTopDSA()
1990 auto I = StackElem.SharingMap.find(D); in hasExplicitDSA()
1991 if (I != StackElem.SharingMap.end() && I->getSecond().RefExpr.getPointer() && in hasExplicitDSA()