Lines Matching defs:ExecDomainAA
1106 const auto *ExecDomainAA = A.lookupAAFor<AAExecutionDomain>(
1110 ExecDomainAA && ExecDomainAA->isExecutedByInitialThreadOnly(I);
1118 FindInterferingReads && ExecDomainAA &&
1119 ExecDomainAA->isExecutedInAlignedRegion(A, I);
1122 A.recordDependence(*ExecDomainAA, QueryingAA, DepClassTy::OPTIONAL);
1139 ? ExecDomainAA
1353 if ((!AllInSameNoSyncFn && !IsThreadLocalObj && !ExecDomainAA) ||
4208 const auto *ExecDomainAA = A.lookupAAFor<AAExecutionDomain>(
4210 if (!ExecDomainAA || !ExecDomainAA->isNoOpFence(FI))
4212 A.recordDependence(*ExecDomainAA, *this, DepClassTy::OPTIONAL);