Searched refs:SharingMap (Results 1 – 1 of 1) sorted by relevance
151 DeclSAMapTy SharingMap; member1193 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()[all …]