Lines Matching defs:IsDeadAA
1586 const AAIsDead *IsDeadAA =
1588 if (IsDeadAA && IsDeadAA->isRemovableStore()) {
1590 recordDependence(*IsDeadAA, *QueryingAA, DepClass);
1591 if (!IsDeadAA->isKnown(AAIsDead::IS_REMOVABLE))
1639 const AAIsDead *IsDeadAA =
1643 if (!IsDeadAA || QueryingAA == IsDeadAA)
1646 if (IsDeadAA->isAssumedDead()) {
1648 recordDependence(*IsDeadAA, *QueryingAA, DepClass);
1649 if (!IsDeadAA->isKnownDead())
1654 if (CheckForDeadStore && isa<StoreInst>(I) && IsDeadAA->isRemovableStore()) {
1656 recordDependence(*IsDeadAA, *QueryingAA, DepClass);
1657 if (!IsDeadAA->isKnownDead())
1690 const AAIsDead *IsDeadAA;
1692 IsDeadAA = getOrCreateAAFor<AAIsDead>(
1696 IsDeadAA = getOrCreateAAFor<AAIsDead>(IRP, QueryingAA, DepClassTy::NONE);
1699 if (!IsDeadAA || QueryingAA == IsDeadAA)
1702 if (IsDeadAA->isAssumedDead()) {
1704 recordDependence(*IsDeadAA, *QueryingAA, DepClass);
1705 if (!IsDeadAA->isKnownDead())