Home
last modified time | relevance | path

Searched refs:forallUnderlyingObjects (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp8688 if (!AA || !AA->forallUnderlyingObjects(Pred, AA::Intraprocedural)) { in categorizePtrValue()
11993 if (!OtherAA || !OtherAA->forallUnderlyingObjects(Pred, Scope)) in updateImpl()
12030 bool forallUnderlyingObjects( in forallUnderlyingObjects() function
12059 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()
H A DAttributor.cpp570 if (!AAUO || !AAUO->forallUnderlyingObjects(Pred)) { in getPotentialCopiesOfMemoryValue()
940 if (!UnderlyingObjsAA || !UnderlyingObjsAA->forallUnderlyingObjects(Pred)) in isPotentiallyAffectedByBarrier()
H A DOpenMPOpt.cpp4690 UnderlyingObjsAA->forallUnderlyingObjects([&](Value &Obj) { in updateImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h6337 forallUnderlyingObjects(function_ref<bool(Value &)> Pred,