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()
8612 if (!AA || !AA->forallUnderlyingObjects(Pred, AA::Intraprocedural)) { in categorizePtrValue()11929 if (!OtherAA || !OtherAA->forallUnderlyingObjects(Pred, Scope)) in updateImpl()11963 bool forallUnderlyingObjects( in forallUnderlyingObjects() function11992 if (!AA || !AA->forallUnderlyingObjects(Pred, Scope)) in handleIndirect()12516 if (!AUO->forallUnderlyingObjects(Pred)) in updateImpl()
4687 UnderlyingObjsAA->forallUnderlyingObjects([&](Value &Obj) { in updateImpl()
6232 forallUnderlyingObjects(function_ref<bool(Value &)> Pred,