Home
last modified time | relevance | path

Searched refs:UnderlyingObjsAA (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp937 const auto *UnderlyingObjsAA = A.getAAFor<AAUnderlyingObjects>( in isPotentiallyAffectedByBarrier() local
939 if (!UnderlyingObjsAA || !UnderlyingObjsAA->forallUnderlyingObjects(Pred)) in isPotentiallyAffectedByBarrier()
H A DOpenMPOpt.cpp4681 const auto *UnderlyingObjsAA = A.getAAFor<AAUnderlyingObjects>( in updateImpl() local
4687 if (UnderlyingObjsAA && in updateImpl()
4688 UnderlyingObjsAA->forallUnderlyingObjects([&](Value &Obj) { in updateImpl()