Lines Matching defs:ExecDomainAA
1110 const auto *ExecDomainAA = A.lookupAAFor<AAExecutionDomain>(
1114 ExecDomainAA && ExecDomainAA->isExecutedByInitialThreadOnly(I);
1122 FindInterferingReads && ExecDomainAA &&
1123 ExecDomainAA->isExecutedInAlignedRegion(A, I);
1126 A.recordDependence(*ExecDomainAA, QueryingAA, DepClassTy::OPTIONAL);
1143 ? ExecDomainAA
1357 if ((!AllInSameNoSyncFn && !IsThreadLocalObj && !ExecDomainAA) ||
4166 const auto *ExecDomainAA = A.lookupAAFor<AAExecutionDomain>(
4168 if (!ExecDomainAA || !ExecDomainAA->isNoOpFence(FI))
4170 A.recordDependence(*ExecDomainAA, *this, DepClassTy::OPTIONAL);