Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp569 if (!AAUO || !AAUO->forallUnderlyingObjects(Pred)) { in getPotentialCopiesOfMemoryValue()
939 if (!UnderlyingObjsAA || !UnderlyingObjsAA->forallUnderlyingObjects(Pred)) in isPotentiallyAffectedByBarrier()
H A DAttributorAttributes.cpp8627 if (!AA || !AA->forallUnderlyingObjects(Pred, AA::Intraprocedural)) { in categorizePtrValue()
11918 if (!OtherAA || !OtherAA->forallUnderlyingObjects(Pred, Scope)) in updateImpl()
11952 bool forallUnderlyingObjects( in forallUnderlyingObjects() function
11981 if (!AA || !AA->forallUnderlyingObjects(Pred, Scope)) in handleIndirect()
12506 if (!AUO->forallUnderlyingObjects(Pred)) in updateImpl()
H A DOpenMPOpt.cpp4688 UnderlyingObjsAA->forallUnderlyingObjects([&](Value &Obj) { in updateImpl()
/src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h6223 forallUnderlyingObjects(function_ref<bool(Value &)> Pred,