Lines Matching refs:Objects
394 SmallVectorImpl<Value *> &Objects, in getAssumedUnderlyingObjects() argument
400 SmallVectorImpl<Value *> &Objects, in getAssumedUnderlyingObjects()
403 Objects.push_back(&Val); in getAssumedUnderlyingObjects()
406 if (!genericValueTraversal<decltype(Objects)>( in getAssumedUnderlyingObjects()
407 A, IRPosition::value(Ptr), QueryingAA, Objects, VisitValueCB, CtxI, in getAssumedUnderlyingObjects()
5236 SmallVector<Value *, 8> Objects; in handleLoad() local
5237 if (!AA::getAssumedUnderlyingObjects(A, Ptr, Objects, AA, &L)) in handleLoad()
5240 for (Value *Obj : Objects) { in handleLoad()
6061 SmallVector<Value *, 8> Objects; in updateImpl() local
6062 if (!AA::getAssumedUnderlyingObjects(A, *DI.CB->getArgOperand(0), Objects, in updateImpl()
6072 for (auto *Obj : Objects) { in updateImpl()
7660 SmallVector<Value *, 8> Objects; in categorizePtrValue() local
7661 if (!AA::getAssumedUnderlyingObjects(A, Ptr, Objects, *this, &I)) { in categorizePtrValue()
7669 for (Value *Obj : Objects) { in categorizePtrValue()