Searched refs:NewPtrs (Results 1 – 1 of 1) sorted by relevance
587 SmallPtrSet<Value *, 16> NewPtrs; in rewriteLoadStoresForCommoningChains() local588 NewPtrs.insert(Base.first); in rewriteLoadStoresForCommoningChains()595 if (NewPtrs.count(Ptr)) in rewriteLoadStoresForCommoningChains()616 NewPtrs.insert(NewPtr); in rewriteLoadStoresForCommoningChains()1055 SmallPtrSet<Value *, 16> NewPtrs; in rewriteLoadStores() local1056 NewPtrs.insert(Base.first); in rewriteLoadStores()1061 if (NewPtrs.count(Ptr)) in rewriteLoadStores()1069 NewPtrs.insert(NewPtr); in rewriteLoadStores()