Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Pointers

353   // If the start pointers are the same, we just have to compare sizes to see if
386 // If we can't resolve the same pointers to the same object, then we can't
397 // Okay, we have stores to two completely different pointers. Try to
399 // pointers are equal, then we can reason about the two stores.
405 // If the base pointers still differ, we have two completely different stores.
455 /// trivially removed) but a case where two pointers may alias.
719 // Find all of the alloca'd pointers in the entry block.
745 SmallVector<Value *, 4> Pointers;
746 GetUnderlyingObjects(getStoredPointerOperand(BBI), Pointers);
750 for (SmallVectorImpl<Value *>::iterator I = Pointers.begin(),
751 E = Pointers.end(); I != E; ++I)
762 for (SmallVectorImpl<Value *>::iterator I = Pointers.begin(),
763 E = Pointers.end(); I != E; ++I) {
801 // pointers.