Searched refs:SharingMap (Results 1 – 1 of 1) sorted by relevance
162 DeclSAMapTy SharingMap; member1317 if (Iter->SharingMap.count(D)) { in getDSA()1318 const DSAInfo &Data = Iter->SharingMap.lookup(D); in getDSA()1501 DSAInfo &Data = getTopOfStack().SharingMap[D]; in addDSA()1518 DSAInfo &Data = getTopOfStack().SharingMap[PrivateCopy->getDecl()]; in addDSA()1565 getTopOfStack().SharingMap[D].Attributes == OMPC_reduction && in addTaskgroupReductionData()1590 getTopOfStack().SharingMap[D].Attributes == OMPC_reduction && in addTaskgroupReductionData()1616 const DSAInfo &Data = I->SharingMap.lookup(D); in getTopMostTaskgroupReductionData()1643 const DSAInfo &Data = I->SharingMap.lookup(D); in getTopMostTaskgroupReductionData()1784 auto DSAIter = IterTarget->SharingMap.find(D); in getTopDSA()[all …]