Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DAttributor.cpp508 if (!AAUO.forallUnderlyingObjects(Pred)) { in getPotentialCopiesOfMemoryValue()
854 if (!UnderlyingObjsAA.forallUnderlyingObjects(Pred)) in isPotentiallyAffectedByBarrier()
DAttributorAttributes.cpp8581 if (!AA.forallUnderlyingObjects(Pred, AA::Intraprocedural)) { in categorizePtrValue()
11433 if (!OtherAA.forallUnderlyingObjects(Pred, Scope)) in updateImpl()
11458 bool forallUnderlyingObjects( in forallUnderlyingObjects() function
11487 if (!AA.forallUnderlyingObjects(Pred, Scope)) in handleIndirect()
DOpenMPOpt.cpp4402 if (UnderlyingObjsAA.forallUnderlyingObjects([&](Value &Obj) { in updateImpl()
/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
DAttributor.h5560 forallUnderlyingObjects(function_ref<bool(Value &)> Pred,