Searched refs:forallUnderlyingObjects (Results 1 – 4 of 4) sorted by relevance
569 if (!AAUO || !AAUO->forallUnderlyingObjects(Pred)) { in getPotentialCopiesOfMemoryValue()939 if (!UnderlyingObjsAA || !UnderlyingObjsAA->forallUnderlyingObjects(Pred)) in isPotentiallyAffectedByBarrier()
8627 if (!AA || !AA->forallUnderlyingObjects(Pred, AA::Intraprocedural)) { in categorizePtrValue()11918 if (!OtherAA || !OtherAA->forallUnderlyingObjects(Pred, Scope)) in updateImpl()11952 bool forallUnderlyingObjects( in forallUnderlyingObjects() function11981 if (!AA || !AA->forallUnderlyingObjects(Pred, Scope)) in handleIndirect()12506 if (!AUO->forallUnderlyingObjects(Pred)) in updateImpl()
4688 UnderlyingObjsAA->forallUnderlyingObjects([&](Value &Obj) { in updateImpl()
6223 forallUnderlyingObjects(function_ref<bool(Value &)> Pred,