Searched refs:UnderlyingObjsAA (Results 1 – 2 of 2) sorted by relevance
938 const auto *UnderlyingObjsAA = A.getAAFor<AAUnderlyingObjects>( in isPotentiallyAffectedByBarrier() local940 if (!UnderlyingObjsAA || !UnderlyingObjsAA->forallUnderlyingObjects(Pred)) in isPotentiallyAffectedByBarrier()
4683 const auto *UnderlyingObjsAA = A.getAAFor<AAUnderlyingObjects>( in updateImpl() local4689 if (UnderlyingObjsAA && in updateImpl()4690 UnderlyingObjsAA->forallUnderlyingObjects([&](Value &Obj) { in updateImpl()