Lines Matching refs:SharingMap
155 DeclSAMapTy SharingMap; member
1314 if (Iter->SharingMap.count(D)) { in getDSA()
1315 const DSAInfo &Data = Iter->SharingMap.lookup(D); in getDSA()
1500 DSAInfo &Data = getTopOfStack().SharingMap[D]; in addDSA()
1517 DSAInfo &Data = getTopOfStack().SharingMap[PrivateCopy->getDecl()]; in addDSA()
1564 getTopOfStack().SharingMap[D].Attributes == OMPC_reduction && in addTaskgroupReductionData()
1589 getTopOfStack().SharingMap[D].Attributes == OMPC_reduction && in addTaskgroupReductionData()
1615 const DSAInfo &Data = I->SharingMap.lookup(D); in getTopMostTaskgroupReductionData()
1642 const DSAInfo &Data = I->SharingMap.lookup(D); in getTopMostTaskgroupReductionData()
1783 auto DSAIter = IterTarget->SharingMap.find(D); in getTopDSA()
1784 if (DSAIter != IterTarget->SharingMap.end() && in getTopDSA()
1822 auto It = I->SharingMap.find(D); in getTopDSA()
1823 if (It != I->SharingMap.end()) { in getTopDSA()
1873 auto It = I->SharingMap.find(D); in getTopDSA()
1874 if (It != I->SharingMap.end()) { in getTopDSA()
1965 auto I = StackElem.SharingMap.find(D); in hasExplicitDSA()
1966 if (I != StackElem.SharingMap.end() && I->getSecond().RefExpr.getPointer() && in hasExplicitDSA()