Searched refs:forallUnderlyingObjects (Results 1 – 4 of 4) sorted by relevance
8688 if (!AA || !AA->forallUnderlyingObjects(Pred, AA::Intraprocedural)) { in categorizePtrValue()11993 if (!OtherAA || !OtherAA->forallUnderlyingObjects(Pred, Scope)) in updateImpl()12030 bool forallUnderlyingObjects( in forallUnderlyingObjects() function12059 if (!AA || !AA->forallUnderlyingObjects(Pred, Scope)) in handleIndirect()12809 if (!AUO->forallUnderlyingObjects(IsLocallyInvariantLoadIfPointer)) in updateLocalInvariance()12992 if (!AUO->forallUnderlyingObjects(CheckAddressSpace)) in updateImpl()13202 if (!AUO->forallUnderlyingObjects(CheckAddressSpace)) in updateImpl()
570 if (!AAUO || !AAUO->forallUnderlyingObjects(Pred)) { in getPotentialCopiesOfMemoryValue()940 if (!UnderlyingObjsAA || !UnderlyingObjsAA->forallUnderlyingObjects(Pred)) in isPotentiallyAffectedByBarrier()
4690 UnderlyingObjsAA->forallUnderlyingObjects([&](Value &Obj) { in updateImpl()
6337 forallUnderlyingObjects(function_ref<bool(Value &)> Pred,