Home | History | Annotate | Download | only in Scalar

Lines Matching defs:Pointers

347   // If the start pointers are the same, we just have to compare sizes to see if
384 // If we can't resolve the same pointers to the same object, then we can't
395 // Okay, we have stores to two completely different pointers. Try to
397 // pointers are equal, then we can reason about the two stores.
403 // If the base pointers still differ, we have two completely different stores.
453 /// trivially removed) but a case where two pointers may alias.
733 // Find all of the alloca'd pointers in the entry block.
759 SmallVector<Value *, 4> Pointers;
760 GetUnderlyingObjects(getStoredPointerOperand(BBI), Pointers);
764 for (SmallVectorImpl<Value *>::iterator I = Pointers.begin(),
765 E = Pointers.end(); I != E; ++I)
776 for (SmallVectorImpl<Value *>::iterator I = Pointers.begin(),
777 E = Pointers.end(); I != E; ++I) {
815 // pointers.