Lines Matching defs:IsDeadAA
1585 const AAIsDead *IsDeadAA =
1587 if (IsDeadAA && IsDeadAA->isRemovableStore()) {
1589 recordDependence(*IsDeadAA, *QueryingAA, DepClass);
1590 if (!IsDeadAA->isKnown(AAIsDead::IS_REMOVABLE))
1638 const AAIsDead *IsDeadAA =
1642 if (!IsDeadAA || QueryingAA == IsDeadAA)
1645 if (IsDeadAA->isAssumedDead()) {
1647 recordDependence(*IsDeadAA, *QueryingAA, DepClass);
1648 if (!IsDeadAA->isKnownDead())
1653 if (CheckForDeadStore && isa<StoreInst>(I) && IsDeadAA->isRemovableStore()) {
1655 recordDependence(*IsDeadAA, *QueryingAA, DepClass);
1656 if (!IsDeadAA->isKnownDead())
1689 const AAIsDead *IsDeadAA;
1691 IsDeadAA = getOrCreateAAFor<AAIsDead>(
1695 IsDeadAA = getOrCreateAAFor<AAIsDead>(IRP, QueryingAA, DepClassTy::NONE);
1698 if (!IsDeadAA || QueryingAA == IsDeadAA)
1701 if (IsDeadAA->isAssumedDead()) {
1703 recordDependence(*IsDeadAA, *QueryingAA, DepClass);
1704 if (!IsDeadAA->isKnownDead())