Searched refs:SharingMap (Results 1 – 2 of 2) sorted by relevance
84 DeclSAMapTy SharingMap; member449 if (Iter->SharingMap.count(D)) { in getDSA()450 DVar.RefExpr = Iter->SharingMap[D].RefExpr.getPointer(); in getDSA()451 DVar.PrivateCopy = Iter->SharingMap[D].PrivateCopy; in getDSA()452 DVar.CKind = Iter->SharingMap[D].Attributes; in getDSA()568 auto &Data = Stack[0].SharingMap[D]; in addDSA()574 auto &Data = Stack.back().SharingMap[D]; in addDSA()589 auto &Data = Stack.back().SharingMap[PrivateCopy->getDecl()]; in addDSA()662 if (Stack[0].SharingMap.count(D)) { in getTopDSA()663 DVar.RefExpr = Stack[0].SharingMap[D].RefExpr.getPointer(); in getTopDSA()[all …]
150 DeclSAMapTy SharingMap; member1192 if (Iter->SharingMap.count(D)) { in getDSA()1193 const DSAInfo &Data = Iter->SharingMap.lookup(D); in getDSA()1366 DSAInfo &Data = getTopOfStack().SharingMap[D]; in addDSA()1383 DSAInfo &Data = getTopOfStack().SharingMap[PrivateCopy->getDecl()]; in addDSA()1430 getTopOfStack().SharingMap[D].Attributes == OMPC_reduction && in addTaskgroupReductionData()1456 getTopOfStack().SharingMap[D].Attributes == OMPC_reduction && in addTaskgroupReductionData()1483 const DSAInfo &Data = I->SharingMap.lookup(D); in getTopMostTaskgroupReductionData()1510 const DSAInfo &Data = I->SharingMap.lookup(D); in getTopMostTaskgroupReductionData()1653 auto DSAIter = IterTarget->SharingMap.find(D); in getTopDSA()[all …]