Searched refs:UnderlyingObjsAA (Results 1 – 2 of 2) sorted by relevance
937 const auto *UnderlyingObjsAA = A.getAAFor<AAUnderlyingObjects>( in isPotentiallyAffectedByBarrier() local939 if (!UnderlyingObjsAA || !UnderlyingObjsAA->forallUnderlyingObjects(Pred)) in isPotentiallyAffectedByBarrier()
4680 const auto *UnderlyingObjsAA = A.getAAFor<AAUnderlyingObjects>( in updateImpl() local4686 if (UnderlyingObjsAA && in updateImpl()4687 UnderlyingObjsAA->forallUnderlyingObjects([&](Value &Obj) { in updateImpl()