Searched refs:OtherAA (Results 1 – 1 of 1) sorted by relevance
1362 const AAPointerInfo &OtherAA, in translateAndAddStateFromCallee()1365 if (!OtherAA.getState().isValidState() || !isValidState()) in translateAndAddStateFromCallee()1369 const auto &OtherAAImpl = static_cast<const AAPointerInfoImpl &>(OtherAA); in translateAndAddStateFromCallee()1394 ChangeStatus translateAndAddState(Attributor &A, const AAPointerInfo &OtherAA, in translateAndAddState()1398 if (!OtherAA.getState().isValidState() || !isValidState()) in translateAndAddState()1401 const auto &OtherAAImpl = static_cast<const AAPointerInfoImpl &>(OtherAA); in translateAndAddState()11983 const auto *OtherAA = A.getAAFor<AAUnderlyingObjects>( in updateImpl() local11993 if (!OtherAA || !OtherAA->forallUnderlyingObjects(Pred, Scope)) in updateImpl()11996 UsedAssumedInformation |= !OtherAA->getState().isAtFixpoint(); in updateImpl()